Home Forums WoodMart support forum Main navigation strectch to end

Main navigation strectch to end

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #244623

    accosuk
    Participant

    Please take a look at our site.. url shared.
    How to make the main navigation (on the header) stretch to the right end of the row.
    Please let me know if I have to use some css rules.
    Thanks a lot.

    #244874

    Hello,

    Sorry, but it is not possible to stretch the main menu to the right of the header.

    You can try increasing the font-size of the menu item to make the items take the space on the right side by using the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .woodmart-navigation.main-nav .item-level-0 > a {
    	font-size: 21px;
    }

    Or you can try increasing the paddings of the menu items to make the menu go to the right side.

    .woodmart-navigation.main-nav .item-level-0 > a {
    	padding-left: 20px;
    	padding-right: 20px;
    }

    Regards.
    Xtemos Studios.

    #245037

    accosuk
    Participant

    Thank you for your help. Will try it.

    #245215

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Main navigation strectch to end’ is closed to new replies.