Design and CSS styles
Version 2.x > Design and CSS styles > CMSMenu CSS - How do I move the submenu over to the right? View modes: 
User avatar
Member
Member
tscott@createpoint.com - 2/4/2008 10:06:35 PM
   
CMSMenu CSS - How do I move the submenu over to the right?
Trying to move the submenu to the right a little bit and not have it come directly under the CMSMenu buttons.

I've tried:
.SubCMSMenu
{
position: relative;
top:0px;
left:20px;
}
and...
background-position: 0px 0px 0px 20px;

but it still doesn't work. I can make the text move over using the position, but not the background holder for CMSMenu.

Any ideas?

User avatar
Member
Member
kentico_vitaja - 3/21/2008 10:48:25 AM
   
RE:CMSMenu CSS - How do I move the submenu over to the right?
Hi,

CMSMenu is generating tables and it is not possible to move parts of table. You might want to consider using CSS List Menu instead.

Best regards,
Vita Janecek