Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3228135
Spacing and menu
Closed

Comments

  •  1
    stangsvt1 started the conversation

    Hi there,

    I was wondering how do I change the spacing between the menu and the slider? I tried searching but couldn't find it. Also, how can I get the categories to all have the hover like how Cruise and Europe do? I've copied the same settings (So I thought) but I can't get that drop-down menu. Thank you in advance!

    Attached files:  homepage_sampel.jpg

  •  2,486
    PenciDesign replied

    Hi,

    1. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    #navigation ul.menu > li, #navigation .menu > ul > li {
        margin-right: 30px;
    }

    Change 30px with the spacing you want to show.

    2. You should read the document here to understand how to setup the mega menu: https://soledad.pencidesign.net/soledad-document/#menu

    Regards,
    PenciDesign.


  •  1
    stangsvt1 replied

    Hi there,

    Sorry, I wasn't clear, I was meaning the white space under the menu. So the white space between the menu and the top of the slider.

    Thanks!

    Ryan

  •  2,486
    PenciDesign replied

    Hi,

    Please add the following CSS code to your site:

    body {
        --pchd-mg: 0;
    }

    Regards,
    PenciDesign.


  •  1
    stangsvt1 replied

    Thank you so much!