Problem on header with menu link - by javigilta

This topic has 3 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Rose Tyler

  • Avatar: javigilta
    javigilta
    Participant
    October 23, 2018 at 09:01

    Hi,

    I have two problems with my header:

    – I have a very simple header ( https://prnt.sc/l9bm17 ), but as you can see, the word “COMPRAR” is at the left. I want to put it in the middle of the gray shape, but I don’t find the way.

    – The header also changes (the possition of the gray menu link) when I pass from de normal header to the fixed header:
    Normal header: https://prnt.sc/l9bnx0
    Fixed header: https://prnt.sc/l9bpvxi

    Please, could you help me with these problems?
    Thenks!

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: javigilta
    javigilta
    Participant
    October 23, 2018 at 09:45

    I already solved the first problem!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 23, 2018 at 09:53

    Hello,

    Please try to add this code in Global custom css:

    .fixed-header .menu-wrapper {
        width: 66%;
    }
    .fixed-header .header-logo {
        margin-right: unset;
    }
    @media only screen and (max-width: 1200px){
        .fixed-header .menu-wrapper {
            width: 60%;
        }
    }

    Regards

  • Viewing 3 results - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.