Skip to content
Public Ticket #27391

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

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

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

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

Regards,
PenciDesign.



PenciDesign Supporter replied

Staff Reply

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.


bavnild started the conversation

Conversation Start

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

2424552300.png

Want to join this conversation or access attachments? Sign in first.