Wed, 2013-04-17 06:06
Hi!
This may be a very basic question, but I still need some help
I have been asked to help try and fix this website (link below) for a small shop who I do work for.
What needs to be fixed is the image bar bellow the menu with the "A/W collection" wirtten on it.
The image does not move fluidly with the rest of the layout when the browser is resized.
Any help would be greatly appreciated.
Wed, 2013-04-17 07:48
#1
The image is positioned via
The image is positioned via padding:
<img src="http://www.rarasuperstar.com/wp-content/gallery/home/banner_aw2013.jpg" style="padding-bottom: 35px; padding-top: 0px; padding-left:218px">
You would be better off using margin:0 auto;
as is done elsewhere.