Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1235001
    Guillaumeg06
    Participant

    Hi There,

    I rewrite my website with cornerstore and I made some mistake when I touched the css customizer…

    1/ It is obvious once on the website, it is the centent padding…

    2/ Logo navbar i would like change the position to center inside the navbar
    3/ same thing for the button

    Thank you in advance

    #1235005
    Guillaumeg06
    Participant
    This reply has been marked as private.
    #1235514
    Friech
    Moderator

    Hi There,

    Thank you for writing in! Since you’re not sure what happen to your custom CSS on Customizer, please check that here: http://csslint.net/ and resolve all the error. (it could be a missing bracket or syntax error).

    It might resolve all your issues above, If not please clarify each of the issue and perhaps provide us some screenshots.

    Cheers!

    #1235697
    Guillaumeg06
    Participant

    Hello,

    Thank your for the link. Ichecked I don’t have any major errors

    see the problem : http://hpics.li/225d67b

    #1235715
    Christopher
    Moderator

    Hi there,

    Please change ‘Navbar Top Logo Alignment’ and ‘Navbar Top Link Alignment’ to align logo and navbar items.

    Please clarify which button needs alignment :

    3/ same thing for the button

    Hope it helps.

    #1235721
    Guillaumeg06
    Participant

    Hi doesn’t work

    3/ menu buttom when the screen is reduced.

    Do you have any clue for my main problem? it is very annoying.

    Cheers

    #1235738
    Thai
    Moderator

    Hi There,

    To fix this issue, please add the following CSS under Customizer > Custom > Global CSS:

    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: auto;
    }

    Hope it helps 🙂

    #1235769
    Guillaumeg06
    Participant

    Awesome thanks !!!

    Any idea for the logo and menu buttom?

    #1235773
    Christopher
    Moderator

    Hi there,

    Please add this code :

    @media (max-width:979px){
    a.x-brand.img {
        margin-top: 0;
    }
    a.x-btn-navbar {
        margin-top: 11px;
    }
    }

    hope it helps.

    #1235876
    Guillaumeg06
    Participant

    thanks but not working…

    #1235943
    Thai
    Moderator

    Hi There,

    Please try with this CSS instead:

    .x-btn-navbar {
        margin-top: 14px;
    }
    .x-navbar .x-brand {
        margin-top: 5px;
    }

    Hope it helps 🙂

    #1235990
    Guillaumeg06
    Participant

    THANK YOU SO MUCH

    You re the best

    #1236038
    Thai
    Moderator

    You’re most welcome 🙂

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