Horizontal menu 200 pixels to the left


Author Message
snhnic

Posted: 3/28/2014
Quote message 

I;m using artisteer 4. In wordpress I want the horizontal menu shift 200 px to the right! Tried different option in styl.css. But no luck! It should be easy, but I can not find the correct code te change???

.art-hmenu
{
float: left;
}
 
Lee

Posted: 3/30/2014
Quote message 

Find this code

ul.art-hmenu {
display: inline-block;
vertical-align: bottom;
}
and ad
padding-left: 200px;
 
snhnic

Posted: 4/4/2014
Quote message 

Super its working. So happy! :-)