Banner Position

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
Thu Apr 11, 2013 9:15 pm
Reply with quote
Report this post
I have a problem with Banners and would like your help ... I put a banner, but it is always aligned to the left. I wonder how to align the center and remove the space below. Can anyone help me?

In the example below, refers to an advertisement in the position main_top.

Tks

Sorry my English
User avatar
Junior Boarder

Konrad M
Fri Apr 12, 2013 6:03 am
Reply with quote
Report this post
Hi,
can you give us url to your website? It will be much easier to help you.
User avatar

GK User
Sat Apr 13, 2013 10:59 pm
Reply with quote
Report this post
Link:

http://rm760.com.br/portal2/

Sorry the delay in responding. I will launch the site on Monday ...
To circumvent the problem, I created a banner 650 x 60 ...

The Banner is Rio Tokio. But the problem exists in all positions.

Many thanks for the help
User avatar
Junior Boarder

Konrad M
Mon Apr 15, 2013 8:13 am
Reply with quote
Report this post
I saw that you add image which has widh same as container width. If you would like to add image which will have less width than container and want to center it please add to override.css
Code: Select all
div.banneritem {
    text-align: center;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Apr 15, 2013 2:41 pm
Reply with quote
Report this post
Perfect!

And now, to be more than perfect, how can I get blank space heating which is below the Banner..

Tks
User avatar
Junior Boarder

Konrad M
Mon Apr 15, 2013 3:07 pm
Reply with quote
Report this post
Please add suffix to this module for example ' mysuffix' and then add to override.css
Code: Select all
.box.mysuffix,
.mysuffix div.banneritem {
padding:0 !important;
border-top:none !important;
}

User avatar

GK User
Mon Apr 15, 2013 3:50 pm
Reply with quote
Report this post
Yes Man!!!

You're the best!!

So it is good to buy the themes instead of downloading them!
User avatar
Junior Boarder

GK User
Thu Apr 18, 2013 4:34 am
Reply with quote
Report this post
Hi,
I have a similar problem.
I placed an image in the bannertop position.
The image is the same width as the template but there is empty space 30px over and 40 px under the image.
How can i fix this?
Thanks!
User avatar
Senior Boarder

Konrad M
Thu Apr 18, 2013 3:15 pm
Reply with quote
Report this post
@peforever2 please give me url to your site. It will be much easier to help you.
User avatar

GK User
Thu Apr 18, 2013 3:32 pm
Reply with quote
Report this post
User avatar
Senior Boarder

Konrad M
Thu Apr 18, 2013 3:47 pm
Reply with quote
Report this post
Try add to override.css
Code: Select all
.gkPage {
    max-width: 1230px;
}

and increase this value to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Thu Apr 18, 2013 4:00 pm
Reply with quote
Report this post
Nothing changed.

Konrad M wrote:Try add to override.css
Code: Select all
.gkPage {
    max-width: 1230px;
}

and increase this value to fit your needs. Remember to enable override.css option in template settings.
User avatar
Senior Boarder

Konrad M
Thu Apr 18, 2013 4:08 pm
Reply with quote
Report this post
You forgot increase this value. You should have:
Code: Select all
.gkPage {
    max-width: 1260px !important;
}
User avatar

GK User
Thu Apr 18, 2013 5:05 pm
Reply with quote
Report this post
Sorry, still no change.
User avatar
Senior Boarder

Konrad M
Fri Apr 19, 2013 3:03 pm
Reply with quote
Report this post
Did you clear your browser cache after you made changes ?
User avatar

GK User
Fri Apr 19, 2013 3:41 pm
Reply with quote
Report this post
Yes, I cleared my browser cache and used a different browser.
I also cleared the site's cache.
The image is 1260 x 61px
The template width is 1230px
The code pasted in the override.css:

.gkPage {
max-width: 1260px !important;
}

I still see no changes. How can we fix this?
User avatar
Senior Boarder

Konrad M
Fri Apr 19, 2013 5:22 pm
Reply with quote
Report this post
Please add this code to override.css
Code: Select all
#gkBannerTop {
    padding: 0;
}
.mysuffix p {
    margin:0 !important;
}
User avatar


cron