Re: navSuppWrapper alignment
... another thing - ALWAYS use the relative URL for your images or you will throw security errors.
This:
background-image: url('http://www.weddingdivaslv.com/store/includes/templates/divatwo/images/footer-bg.gif');
should be:
background-image: url('../images/footer-bg.gif');
Then you also don't have to fix them when you make a site live by changing directories.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Bookmarks