Auto Nav Pro

Permalink
My site:
http://farmscanag.co.nz/concrete5.6.3.1...

I am trying to make the block fit full screen width at 320px. And the trigger not to move across when clicked.

Appreciate your help.

thanks
Rob

trixiemay
 
Pluto replied on at Permalink Reply
Pluto
I have seen your website. Its really nice. Will you please tell me where you want to add the block?
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
Try adding this to your css file where you have declared your responsive css "@media screen and (max-width: 320px)"
.pronav_btn_navbar558 {
display: block;
width: 320px;
margin-top: 75px;
float: none;

It should get you pointed in the right direction