Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Patrick Ewing Posted April 12, 2020 Posted April 12, 2020 Curious on how to center a logo in my forum. its on the left side, but i want to center the logo. how do i do that?
Adlago Posted April 12, 2020 Posted April 12, 2020 5 minutes ago, Patrick Ewing said: Curious on how to center a logo in my forum. its on the left side, but i want to center the logo. how do i do that? Add in your Custom CSS #elLogo img { max-width: 100%; margin-left: auto; margin-right: auto; display: block; }
Patrick Ewing Posted April 12, 2020 Author Posted April 12, 2020 its not working, I dont know what i did wrong. Im so new to this.
Adlago Posted April 12, 2020 Posted April 12, 2020 1 minute ago, Patrick Ewing said: its not working, I dont know what i did wrong. Im so new to this. Share link to your site please.
Adlago Posted April 12, 2020 Posted April 12, 2020 PS. You must enter this code here, but in your theme default
Adlago Posted April 12, 2020 Posted April 12, 2020 Find in yor Custom CSS .site_intro { display: flex; flex-direction: row; align-items: center; justify-content: space-between; padding: 15px 0; } and remove row display: flex;
Adlago Posted April 12, 2020 Posted April 12, 2020 PS. D'ont remove all this code .site_intro, only row display:flex; but add code #elLogo img ...
Dean_ Posted April 12, 2020 Posted April 12, 2020 Be aware that you're using a custom theme, and Adlago is helping you with the default theme.
Adlago Posted April 12, 2020 Posted April 12, 2020 2 minutes ago, Dean_ said: Be aware that you're using a custom theme, and Adlago is helping you with the default theme. Now I'm looking at his theme in the developer tool Chrome browser Dean_ 1
Recommended Posts