Reply To: insert click to call into secondary NAV MENU area

Homepage Community Forums Epik Theme Support insert click to call into secondary NAV MENU area Reply To: insert click to call into secondary NAV MENU area

#11110
Wes
Moderator

    Try adding this to your css –

    #menu-second .widget {
    	float: right;
    }

    and that should move it over to the right.