CSS Trick : align creative menu to the right
Hi Guys !
If you want to move the creative menu from left to the right, for Arabic and other RTL layouts,,
do the following:
add this CSS in the custom CSS option:
/*--------------------------------------------Changing Menu Layot to the right-------------------------------------------------*/
@media only screen and (min-width: 1240px) {
.header-open #Header_creative { right:0;}
body.header-creative.header-open { padding-right: 250px !important; padding-left: 0px;}
#Header_creative #Top_bar .menu li ul { left: auto; right:100%; top: 0; }
}
and we are done !
Comments
thanks for your trick. Hope this will help few other users as well