Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Saguaros Moderator
    #1081806

    Hi,

    As I can see that the header block on your site has combination of various sections: logo, social, search, menu… not sure how you want to center the logo.

    Which is menu writing?

    For the gray color of menu on the right, you can try with this custom CSS:

    .header-right-inner .nav.menu > li {
        background-color: #e5e5e5;
    }

    then change to your desired color.

    keytianemouzar Friend
    #1082025
    This reply has been marked as private.
    Saguaros Moderator
    #1082074

    Hi,

    You can try with this tweak:

    .t3-header .logo,
    .t3-header .module-search {
        margin-top: 20px;
    }
    
    .t3-header .jmm-social.default {
        margin-top: 25px;
    }
    
    .t3-header .nav.menu {
        text-align: center;
    }
    keytianemouzar Friend
    #1082489

    Thank you very much.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  keytianemouzar 6 years, 9 months ago.

The topic ‘Header configuration’ is closed to new replies.