Hi,
This may be simple, but I cannot figure it out. All I want to do is move the navigation of the EZpages in my header to be right aligned. I am thinking CSS but not really sure what to look for.
Thanks in advance.
www.partyparcels.com.au
Hi,
This may be simple, but I cannot figure it out. All I want to do is move the navigation of the EZpages in my header to be right aligned. I am thinking CSS but not really sure what to look for.
Thanks in advance.
www.partyparcels.com.au
Find this in your stylesheet and add the red entry
Code:#navEZPagesTop { background-color: #abbbd3; background-image: url(../images/tile_back.gif); font-size: 0.95em; font-weight: bold; margin: 0em; padding: 0.5em; text-align: right; }
Thank you for such a quick response.