Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1292131

    Hey,
    I used the CSS in the enfold doc – https://kriesi.at/documentation/enfold/menu/#toggle-id-148

    I love it!
    3 things, that I tried to find the answers to them in this forum, read all the topics, and couldn’t find it.
    1. In order for me to have 3 menu items on each side, I needed to change – li:nth-child(3) to – li:nth-child(4).
    2. I would like for the logo to be bigger.
    3. The most urgent and important problem – The new menu/logo area, isn’t responsive. the logo stays centered, but the menu itself is not adjusting to the new screen width and size. As a result, the logo is overlapping the menu items, and some of the menu items, the left ones, are disappearing to the left.

    How can I fix those?

    #1293043

    Hey Reut Rachel,

    Thank you for the inquiry.

    1.) Yes, that is correct. Adjust the right margin after the 4th item to decrease or increase the gap between it and the 5th item, or the space for the logo.

    2.) To increase the size of the logo, you have to increase the height of the header in the Enfold > Header > Header Layout > Header Size settings.

    3.) You have to use css media queries to re-adjust the right margin of the 4th item on smaller screens, and you may need to remove this css code.

    #header .main_menu {
        /* background: gold; */
        width: 100%;
        left: 50%;
        transform: translateX(-32.5%);
    }
    

    Best regards,
    Ismael

    #1295328

    Hey Ismael

    1. thank you.

    2. I’ve tried to change the header size this way, before asking your help – it didn’t work. the header size is bigger, but the logo itself stey at the same size.

    3. thanks, that worked :)

    #1295690

    Hi,

    2.) What is the actual size of the logo image that was uploaded? You may need to re-select it from the Theme Options, and make sure to select the full size and not the thumbnail version of the logo image.

    Best regards,
    Ismael

    #1295762

    Hi,
    The actual size ia 1080×1080 px.
    I’ve already selected the full size before asking for your help :)

    Also, I’ve changed the logo image file a few times and nothing seems to work.

    #1296003

    Hi,

    Thank you for the inquiry.

    Looks like you are not using a logo with transparent background. We can use this css code to adjust the size of the logo but it will overflow outside the header container.

    #header .logo img {
        max-width: 200px;
    }
    
    .logo, .logo a {
        height: 200px;
    }

    Best regards,
    Ismael

    #1296044

    Hey Ismael,

    Thank you so so so so much.
    That works!

    #1296448

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1296609

    You can close, thank you.

    #1296708

    Hi,

    No problem! Please feel free to open another thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Logo Centered split menu is not responsive’ is closed to new replies.