Customizing menu & some troubles
-
Hi there, I’ve customized my site a bit, but I’m stuck a little bit on my menu.
1. First thing is when I moved social icons in header little down so they’re in line with menu using this snippet:
https://presscustomizr.com/snippet/move-social-icons-tagline/
but there is a problem when I change size of the browser – icons are overlapping menu items.2. Other thing is I would like to have top and bottom border of the menu. I’ve tried css below:
.sticky-disabled .logo-centered .navbar-wrapper, .tc-no-sticky-header .logo-centered .navbar-wrapper {
float: none;
margin: auto;
clear: both;
border-bottom: 2px solid green;
border-top: 2px solid grey;
width: 100%;
}and there are borders, but top one is much more higher from menu than bottom one. How to center menu beetween them? Also, using this css has moved social icons to the very left side of the page and I would like to have them just before menu items.
- The topic ‘Customizing menu & some troubles’ is closed to new replies.