Jump to content

Issue

Featured Replies

Posted

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?

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;
}

 

  • Author

its not working, I dont know what i did wrong. Im so new to this.

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.

PS. You must enter this code here, but in your theme default

1229171968_Screenshotat2020-04-12194816.png.c02f9d61acf6037cfed6f6e7973180d7.png

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;

PS. D'ont remove all this code .site_intro, only row display:flex;

but add code  #elLogo img ...

Be aware that you're using a custom theme, and Adlago is helping you with the default theme.

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.

Recently Browsing 0

  • No registered users viewing this page.