Nudge to the right NAV menu on phone and small resolution


Author Message
Jim

Posted: 2/8/2016
Quote message 

Hello, I hope I am putting this question in the right place.

I just bought Artisteer a week ago and I have already built the theme that I was looking for in less than a week!!! Thank You to the Artisteer folks for making a great app. I am still learning the ins and outs of it but I have come a long way in a week.

I am not a programmer or coder, I do know just a little HTML, PHP, and CSS. I have been trying to locate where I can nudge over the NAV menu button when the site is viewed on a phone or if I squeeze the site down in a browser window. I know this sounds like a trivial thing but for some reason it bugs me

To see what I am talking about view my site at http://www.ssbn656.com and put the browser to a small window or look at the site on your phone. There is a small black square that when clicked it shows the menu. It need to move to the right about 3 pixels so that the bottom left of the header is not cut off...... Did I explain what I want to do?

Where does this NAV menu come from in the theme? I can't find any settings for it in Artisteer.

Any help would be greatly appreciated.

Have a great day
Jim
Wordpress site - www.ssbn656.com

 
James G.

Posted: 2/8/2016
Quote message 

Hey Jim,

add this to the bottom of the css file.

.art-menu-btn {margin-left:10px!important;}

You can do this one of two was.
In artisteer: On menu tape go to file>>export>>options>>css options

In word press: go to appearance>>editor and select style.css
go to bottom and insert provided code.

Or you can also insert in style.responsive.css or change the code around line 344
 
Jim

Posted: 2/8/2016
Quote message 

Thanks so much James!!!

That worked perfectly.

Have a great day
Jim