Background inside contact section is not full width

Modern, responsive, unique and elegant one-page WordPress theme to showcase your creativity
GK User
Thu Jun 18, 2015 10:39 am
Hi,

Not sure what hapenned, but in the front page, the section "Contact" , the background is grey, but is not showing as full width, looks boxed, how to solve this problem, I have like couple hours reading this forum or looking some solution, but I can't find it.

Here is the site and you can see the problem/issue there : http://gamesindustry.ca/
User avatar
Junior Boarder

GK User
Thu Jun 18, 2015 11:27 am
Hi,

You have a syntax issue in your frontpage (stray end tag </div>), please check the content of your posts from frontpage category.
User avatar
Moderator

GK User
Fri Jun 19, 2015 9:48 am
Hi,

I triple check this section. the frontpage, I tried to change code, and I can't not fix, :( help please still the background is not full width.
User avatar
Junior Boarder

GK User
Fri Jun 19, 2015 10:08 am
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
.onepage > .gk-page {
   max-width: 100%;
}

.onepage > .gk-page > .box > h3,
.onepage > .gk-page > .box > div {
   float: none;
   max-width: 1045px;
   margin: 0 auto!important;
}
User avatar
Moderator

GK User
Fri Jun 19, 2015 5:49 pm
Awesome! it works. Thank you
User avatar
Junior Boarder


cron