I'm trying to change the banner 3 position width to 480px and in an absolute position, so it can be exactly under the image show (which is 480px), i've entered this code on the override:
- Code: Select all
#gkBanner3 {
max-width: 450px !important;
position: absolute !important;
margin-bottom: 20px !important;
margin-top: -200px !important;
clear: both;
}
But is not working , so here I am: asking for your help . My site is offline now, but if you need the link please let me know.
P.S. I'm setting the weather module in the banner 3 position.
Thank you so much!!