The banner_top position is not behaving well

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Mar 24, 2014 1:27 pm
Reply with quote
Report this post
When inserting any kind of module to the banner_top module position (and thus replacing the JPG file example) ... I experience that this position is not responsive and the modules inserted here becomes very narrow.

Please let me know how to fix this :=)
User avatar
Gold Boarder

teitbite
Tue Mar 25, 2014 7:19 am
Reply with quote
Report this post
Hi

Please tell me an url to a site where i can see this issue.
User avatar
Moderator

teitbite
Tue Mar 25, 2014 9:23 pm
Reply with quote
Report this post
Hi

Module position is fine. Problem is with the content of this module conflicting with template's css. Can You please make it stop rotating so I will be able to look inside it's code and tell how to fix it.
User avatar
Moderator

GK User
Tue Mar 25, 2014 9:44 pm
Reply with quote
Report this post
OK, I will change the module to a simple text holder. Give me 5 min :P

DONE! Please have a look now!

teitbite wrote:Hi

Module position is fine. Problem is with the content of this module conflicting with template's css. Can You please make it stop rotating so I will be able to look inside it's code and tell how to fix it.
User avatar
Gold Boarder

teitbite
Wed Mar 26, 2014 11:07 pm
Reply with quote
Report this post
Hi

With a plain text You can see that this module is acting normally. It feeds to the content, but needs something static to set it's width. A module before was build with a fluent contetn, so it has not worked good without such element. I believe You mean the case that module is removed from template for mobile. It's because it was prepared for a banner which in most ocasions is an iframe or flash, such elements do not fit good to while responsive functionality is needed. You can unlock it with this code in css:

Code: Select all
#gkBannerTop {
display: block !Important;
}
User avatar
Moderator


cron