Have menu on top of header, it shows to the left. How can I slide this to the right? Using Zen/CTI_Flex theme

Comments

unik’s picture

Priority: Critical » Minor

I just installed Dynamic Persistent Menu and I align menu to the right with this two css classes:

ul.dynamic-persistent-menu-menu {
	float:right;
}
ul.dynamic-persistent-menu-sub-menu {
	clear:both;
	float:right;
}

in case that helps somebody

yrocq’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.