Banner 3 width

GK User
Sun Jul 15, 2012 7:21 pm
Hi there!

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!!
User avatar
Fresh Boarder

GK User
Sun Jul 15, 2012 11:19 pm
Hi,

Please send me a PM to provide with your site access then I will help you further.

Thanks,
User avatar
Platinum Boarder

GK User
Wed Jul 18, 2012 4:11 pm
Hi Don!

I've already sent you the pm. Not sure if you got it.

Thanks!

Erika
User avatar
Fresh Boarder

GK User
Thu Jul 19, 2012 9:19 pm
Hi Erika,

I have just checked your site and file override.css but I don't see the code, but there's a code in template.css which is set important for some rules:
Code: Select all
#gkBanner2, #gkBanner3 {
    float: left;
    margin-bottom: 20px;
    margin-left: 170px;
    margin-top: -223px !important;
    position: absolute !important;
}

That could be the reason why your code didn't work.
User avatar
Platinum Boarder

GK User
Fri Jul 20, 2012 7:27 pm
Hi Don!

I'm sorry I did not tell you before, but yesterday I fixed my issue by entering that code directly on template.css, and now it is placed where I want it, but don't know why the override.css is not working properly, I had to change the joomla.css directly, as well, since the code on the override did not worked.

But thanks anyway!!

Erika
User avatar
Fresh Boarder

GK User
Fri Jul 20, 2012 7:33 pm
No problem mate, feel free to let me know if you need any further help.

Have a nice day,
User avatar
Platinum Boarder


cron