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 #3563663
Ok try again How do I bring the menu down under the logo ON ALL PAGES
Closed

Comments

  •  1
    bavnild started the conversation

    Ok try again
    How do I bring the menu down under the logo ON ALL PAGES


    2424552300.png
  •  2,267
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    .penci-header-wrap {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    #navigation-sticky-wrapper {
      order: 2;
    }
    #header {
      order: 1;
      margin-bottom: 0;
    }
    .inner-header #logo img {
      max-height: 60px;
      width: auto;
    }

    Regards,
    PenciDesign.


  •  1
  •  2,267
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    .penci-header-wrap {
        margin-bottom: 30px;
    }

    Regards,
    PenciDesign.