Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1351060
    Joao
    Moderator

    Hi There,

    Your header looks consistent across your pages

    Would you mind to clarify what you are worried about?

    Cheers

    #1361843
    sebagc
    Participant

    Hi Joao,
    Please note that in the Home and Servicios Page, the logo is centered. But in the Blog and About(quienes somos) the logo is not centered.(i attached some pictures)
    The reason for that, is that i have a single page navigation menu in the Home, and another menu for the rest of the page. The home menu is OK, but the rest is not. I was given a little code that solved the issue only in the Servicios Page(also attached)

    This is the code that worked with Servicios Page:

    .page-id-9 .x-navbar .desktop .x-nav {
    padding-left: 58px;
    }

    Can you help me to solve it in the other pages too?(Quienes somos, Blog, and ideally for all single post pages as well)

    Thank you very much!

    #1362381
    Friech
    Moderator

    Hi There,

    You can update that css code to this:

    .page-id-9 .x-navbar .desktop .x-nav,
    .page-id-228 .x-navbar .desktop .x-nav,
    .page-id-11 .x-navbar .desktop .x-nav,
    .blog .x-navbar .desktop .x-nav,
    .single-post .x-navbar .desktop .x-nav {
    padding-left: 58px;
    }

    Or if the logic is to apply the css code on all pages but not on home page, use this instead.

    body:not(.home) .x-navbar .desktop .x-nav {
    	padding-left: 58px;
    }

    Hope it helps, Cheers!

  • <script> jQuery(function($){ $("#no-reply-1301784 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>