Hi all
I have some problems with footer.
right side of the footer goes all the way to the right corner, but it should be same like left one.
Any solutions?
Don Lee wrote:Hi,
Thanks for the link, I'm checking but don't see the footer, you seem to have changed the layout of the site. Please clarify and feel free to let me know if you need further help.
Thanks,
#gkFooter{
left: 0!important;
}
Don Lee wrote:My mistake, I see it now, please try adding this code to CSS Override:
- Code: Select all
#gkFooter{
left: 0!important;
}
Then let me know if it helps.
Cheers,
#gkFooter{
width: 1240px;
margin-left: 0!important;
padding-left: 0!important;
}
Don Lee wrote:Ok, so please remove that code and try this one instead:
- Code: Select all
#gkFooter{
width: 1240px;
margin-left: 0!important;
padding-left: 0!important;
}
And it would look like this http://easycaptures.com/fs/uploaded/627/2179725883.jpg
Cheers,
Don Lee wrote:Please send a PM to provide me with backend access then I will try for you.
Thanks,
Don Lee wrote:Problem was that you added the first code to CSS Override box and then added the second one to override.css but didn't remove the first one. I have just removed it for you and it seems to work now. Please check!
Cheers,