Home Forums WoodMart support forum Justify menu element

Justify menu element

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #113292

    mehmet
    Participant

    Hi, perfect and fast support team!

    how can i justify this element in my website? http://prntscr.com/mynf7x

    Thank you.

    #113319

    Hello,

    There is no option. You can increase the padding only on the desktop.

    Please add this code to the Theme Settings > Custom CSS > desktop:

    body .woodmart-navigation .item-level-0>a {
        padding-left: 10px;
        padding-right: 10px;
    }

    Change the paddings as per your needs

    Best Regards

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