Skip Navigation

[Resolved] Problem with GeneratePress. Can not create full width container

This support ticket is created 6 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 7 replies, has 3 voices.

Last updated by Jeffrey 6 years, 10 months ago.

Assisted by: Luo Yang.

Author
Posts
#602468

I bought GeneratePress premium specifically to use with toolset. But i met a problem.

I do not know how to create a full width container on my custom single page.

Please, check screenshots for more understanding my problem.

hidden link
hidden link

Full width container very popular things in web dev, I realy bealive what exist simple way create him with GP + Toolset, but i dont know how.

-------------------------------

Second problem. In archives layouts setting, field "Page Builder Container" is absent. I do not know why, and how to do full width archives

hidden link

----------------------------

Please help

#602512

Dear serhiiK,

Since I don't have a copy of GeneratePress premium in my localhost, so I tried the free version, download from:
https://wordpress.org/themes/search/GeneratePress/

And I can see the same problem, there are some CSS padding style from bootstrap CSS file, you can override it by this:
Dashboard-> Appearance-> Customize-> Additional CSS
Add below CSS codes:

.full-width-content div.container{
	padding-left: 0px;
	padding-right: 0px;
}

And test again

#602525

Thanks, it is works. But I still have the problem with archive full width...

Is there a probability, what will you fix the problem with the full width of the container in the next updates toolset?

#602528

As you can see it needs custom CSS codes, I am not sure how do you setup the archive page, if you still need assistance for it, please provide a live problem page URL, I can test and debug it in my chrome browser.

For the question:
what will you fix the problem with the full width of the container in the next updates toolset?
If you agree, we can take it as a feature request, our developers will evaluate it.

#602764

>If you agree, we can take it as a feature request, our developers will evaluate it.

yes, please. I will very waiting fixing this problem

> As you can see it needs custom CSS codes, I am not sure how do you setup the archive page, if you still need assistance for it, please provide a live problem page URL, I can test and debug it in my chrome browser.

I am developing my web site localy, so i can not provide a live problem page URL

Please, watch again this screenshot - hidden link

Right side (layout is used for the post type) - option "Page builder container" is present
Left side (layout is used for the loops) - option "Page builder container" is absent

#602827

Yes, you are right, there isn't such an option "Page builder container" in archive layout, if you agree, we can take it as a feature request, our developers will evaluate it.

#602960

> if you agree, we can take it as a feature request, our developers will evaluate it

Yes, please, I am very waiting

#613632

I did meet the same problem, could you please expedite the issue fixing if possible, It can't create full-width rows on Layout. only contained.