footer background color not fully cover.

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart Themefooter background color not fully cover.

This topic has been marked as resolved.

I added below code at screen.css, but top,right and left side still got area which not covered by background color as show in my attached picture. Need your help to teach me how to solve this, thanks.

#footer {
background: #c8d590;
padding: 0;
}

July 23, 2012 at 10:07 am #11658

please ignore this post, i have solved this by using this code:

#footer {
  background: #c8d590;
  width: auto;
}

and remove footer_nav margin-bottom at footer.tpl

July 23, 2012 at 10:46 am #11660

Will mark the topic as “resolved”, then :)

Best,
ThemeBurn team

July 26, 2012 at 1:36 am #11752
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.