• Resolved lachellechrysanne

    (@lachellechrysanne)


    Hi,

    I’m having a couple of issues with editing this navigation for a client

    1. how can I adjust the padding some the “about” and contact” items are not stacked?
    2. I want to use a background image to the header like the theme’s demo shows.

    See my mock up here: https://ibb.co/vDz7Yp6

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    1. how can I adjust the padding some the “about” and contact” items are not stacked?

    You can try to add this CSS code in the Customize → Additional CSS section:

    @media (min-width: 1200px) {
        ul.header-search-cart {
            margin-left: 0;
        }
    
        .main-navigation li {
            padding-left: 8px;
            padding-right: 8px;
        }
    }

    2. I want to use a background image to the header like the theme’s demo shows.

    Please create a new topic for this issue in order to make it easier to help you.

    Kind Regards, Roman.

    Thread Starter lachellechrysanne

    (@lachellechrysanne)

    thanks! the code worked for the menu.

    You are welcome! ??

    Kind Regards, Roman.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Trouble Customizing Menu’ is closed to new replies.