@watercool
if you have a link to the site, that would be fantastic, else, perhaps the html code containing the menu and the CSS you’re trying
Yeah you should be able to see what I mean if you see the site..
Website Link
@watercool
this is the CSS in style.css
#header #ql_nav_collapse {
padding: 0;
display: block;
margin: 12px 0;
text-align: right;
}
if you change the margin from 12px to 40px that should be closer to what you are attempting.
you can put the below code in Additional CSS, it should work
#header #ql_nav_collapse {
padding: 0;
display: block;
margin: 40px 0;
text-align: right;
}