Bottom1 problem

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 Mar 27, 2013 3:59 pm
Reply with quote
Report this post
Hi,

When using a background color, there is an overflow of one pixel to the right and left.

When using the suffix Bigtitle, the module title is not displayed in a font of 16px

Image

Site under construction,
http://www.coulisses-tv.fr/site-v5
login : invité
password : site-v5
User avatar
Senior Boarder

GK User
Thu Mar 28, 2013 4:48 pm
Reply with quote
Report this post
Do you have a solution to fix these bugs display ?
Thanks
User avatar
Senior Boarder

teitbite
Fri Mar 29, 2013 3:14 pm
Reply with quote
Report this post
Hi

Can You please tell me the exact page this module is visible ? I cannot find anything with such background anywhere.
User avatar
Moderator

GK User
Sat Mar 30, 2013 10:53 am
Reply with quote
Report this post
On the homepage of the site.
User avatar
Senior Boarder

teitbite
Sat Mar 30, 2013 5:58 pm
Reply with quote
Report this post
Hi

I see it now :)

Please add this code to css:

Code: Select all
#gkBottom1, #gkBottom2, #gkFooter {
    background-left: 1px solid #E5E5E5;
    background-right: 1px solid #E5E5E5;
}
User avatar
Moderator

GK User
Sat Mar 30, 2013 6:54 pm
Reply with quote
Report this post
Thank you for your answer, but it does not change :(
User avatar
Senior Boarder

teitbite
Tue Apr 02, 2013 2:38 pm
Reply with quote
Report this post
Hi

It's not working becuase page is not picking up the code. Are You sure You have added it properly? Should be stored in override.css and override should be enabled in template settings.
User avatar
Moderator

GK User
Tue May 07, 2013 5:05 pm
Reply with quote
Report this post
Hello

Yes I correctly placed the code in the fichieroverride.css and it is enabled because I have several style changes already inside.
User avatar
Senior Boarder

teitbite
Wed May 08, 2013 4:34 pm
Reply with quote
Report this post
Hi

OMG. My fault. I've made a typo. Try this one:

Code: Select all
#gkBottom1, #gkBottom2, #gkFooter {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}
User avatar
Moderator


cron