Posted April 12, 20205 yr 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?
April 12, 20205 yr 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; }
April 12, 20205 yr 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.
April 12, 20205 yr 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;
April 12, 20205 yr PS. D'ont remove all this code .site_intro, only row display:flex; but add code #elLogo img ...
April 12, 20205 yr Be aware that you're using a custom theme, and Adlago is helping you with the default theme.
April 12, 20205 yr 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
Archived
This topic is now archived and is closed to further replies.