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 #2778662
Move menu to bottom
Closed

Comments

  • daphilip started the conversation

    We use the Soledad template. Last week we did an update and now de menu is moved to the (default) top of the page. Before the update the menu was placed under the Featured slider.

    We have tried to change it again in the functions.php (child) in order to switch the "featured-area"-DIV with the "penci-header-wrap"-DIV, but unsuccesfull. Could you please help us?

    Thank you in advance!

  •  2,495
    PenciDesign replied

    Hi,

    This issue display because your menu is so long, please go to Customize > Additional CSS, then paste the following CSS code:

    @media only screen and (min-width: 1170px) {
        #navigation ul.menu > li,
        #navigation .menu > ul > li {
            margin-right: 20px;
        }
    }
    @media only screen and (min-width: 961px) and (max-width: 1169px) {
        #navigation ul.menu > li,
        #navigation .menu > ul > li {
            margin-right: 10px;
        }
    }

    Best Regards,
    PenciDesign.