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
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
I have seen your website. Its really nice. Will you please tell me where you want to add the block?
Try adding this to your css file where you have declared your responsive css "@media screen and (max-width: 320px)"
It should get you pointed in the right direction
.pronav_btn_navbar558 { display: block; width: 320px; margin-top: 75px; float: none;
It should get you pointed in the right direction