Hello TagDiv team,
I’m writing to you in this occasion because I have a bug. If you slide down in any page in my website (calgarianvanguard.com) you will see that under the sticky menu there is a thick white line that gets over text and pictures.
Also, I would like to know how one can reduce the space between the elements of the menu and the lines around the menu. (so it looks like the horizontal menu bars in niemanlab.org).
Cheers,
Daniel Rodriguez
CSS for line under menu, to be entered in Theme Panel -> Custom CSS:
.td-menu-background:after {
background: transparent !important;
}
Spacing and border between menu items:
.sf-menu > li > a {
padding: 0px 0px 0px 0px !important; /* top, right, bottom, left*/
border-right: 1px solid #eee !important;
}
Adjust values as desired. Note that at present you don’t have to think about first and last child of the menu as long as you don’t remove the search button (because it’s not a list item).
Hi,
Thanks for reporting this, we will fix it in the next update, until then please add this custom css in theme panel > custom css, like this: http://screencast.com/t/C6poZqXYh
.td-full-layout .td-menu-background:after,
.td-boxed-layout .td-menu-wrap:after {
background: none !important;
}
Please follow this and do the same for menu:
* https://forum.tagdiv.com/topic/modify-menu-height/
* https://forum.tagdiv.com/topic/adding-a-main-menu-border/
Please let me know if you manage to do it.
Thanks
Hi,
Have you tried to deactivate the plugins and check if the search starts working?
This should not occur, I have tested this and found no issue with it using the latest theme version and this may be due to some plugins conflict.
Please let me know if you find anything!
Thanks