Home Forums WoodMart support forum Menu – Logo

Menu – Logo

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #34496

    gzelasco
    Participant

    I need to separate the menu from the LOGO as show in the attached example,
    Also I cannot see where to change size font menu

    #34497

    Bogdan Donovan
    Keymaster

    Hi,

    Please, re-upload the screenshot so that we can see your issue.

    Navigation font size can be changed in Theme Settings -> Typography. (https://gyazo.com/c0f2edd19c3e5345a1099deb8ee40c50)

    Regards

    #34498

    gzelasco
    Participant

    attached

    #34499

    gzelasco
    Participant

    again

    Attachments:
    You must be logged in to view attached files.
    #34517

    Bogdan Donovan
    Keymaster

    Please use this snippet to make your main menu look like in the screenshot.

    .header-split .menu-categories-container > ul > li:nth-child(2) {
    	 margin-right: 170px !important;
    }
    
    .header-split .menu-categories-container > ul > li:last-child {
    	 margin-right: 130px !important;
    }

    Regards

    #34553

    gzelasco
    Participant

    Where should be place the snippet? In Custom CSS – Global CSS?

    #34566

    Artem Temos
    Keymaster

    Yes, put it to the global custom CSS section.

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