Globetrotting Theme - Vertical menu on pages

Latest Reply from Dave at 2016-03-30 04:33:33
I really like the vertical menu on the main page, but I want it to be there on all page. I really don't want the menu and logo to move to the top. How can I accomplish this?
Hi!
You may change height of logo by editing the code:
#logo {
float:left;
border-bottom:8px solid #c0a173;
width:100%;
height: 72px;
display:flex;
align-items:top;
}

in the style.css file and upload the more appropriate logo image (I mean size of it). TO increase paddings between the menu items you need to edit the code:

.has-slider #main-menu ul.nav-menu > li > a {
padding: 15px 40px 30px;
}

in the same file of the theme. I would recommend you to use Chrome DEvTool as it is described here: https://smthemes.com/blog/browser-devtools-is-at-your-service-or-how-to-change-theme-colors/

Leave a reply

Add codeAdd image