Using a banner

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Oct 24, 2012 10:09 am
Reply with quote
Report this post
Hi.

What I'm trying to achieve is to have a full size banner spread all the way across the page in a position above top1 and not be effected by the sidebar position.

http://demo.gavick.com/index.php?month=Aug&year=2012

I've tried to put my banner in the top menu position but it obviously cuts it off as I imagine this position has a fixed height. As I'm not using the topmenu position I was wondering if there was some css code I could add to my override.css file rather than having to make a new module position. I really need something very easy when updating the template and I don't want to have to go through the making a new module position process each time I upgrade.

Is there a way to give the topmenu position an auto height as the width is good but I'll need it to adjust to the height of the banner I use?

Thanks.
User avatar
Senior Boarder

Konrad M
Wed Oct 24, 2012 1:56 pm
Reply with quote
Report this post
Hi,
can you give us url to your page with banner published in top position ?
User avatar

GK User
Wed Oct 24, 2012 9:45 pm
Reply with quote
Report this post
Hi. Thanks for your reply.

URL is www.iletpropertymanagement.com/dev/j3/wk/

Thinking about it I'd like to just use the TopMenu position as it means I don't need to create a new module position. I was therefore wanting to add some css into my override.css file so it makes it easy to upgrade in the future.

I've added this into the override.css file already but it works for the border-bottom but not the height. Basically the height of the banner is 250px but would just like the height of the module to be auto so I can place any size banner in there.

#gkTopMenu {
height: auto;
border-bottom: none;
}

Any ideas please?

Thanks.
User avatar
Senior Boarder

GK User
Fri Oct 26, 2012 5:49 am
Reply with quote
Report this post
Hi. Just wondering if anyone had any ideas on this please?

I love to get it working asap if possible.

Thanks so much.
User avatar
Senior Boarder

Konrad M
Fri Oct 26, 2012 9:10 am
Reply with quote
Report this post
Please try add to override.css
Code: Select all
#gkTopMenu {
min-height: 41px;
}

and increase this value to fit your needs.
User avatar

GK User
Fri Oct 26, 2012 11:07 pm
Reply with quote
Report this post
That's perfect. Thanks so much for your help.
User avatar
Senior Boarder


cron