Archived topic
as do larger columns?
13 replies · Started by jordi on June 11, 2016
Hello Tom,
it is not possible to build containers to 3 more wide columns? beyond 1195 px containers are not made wider.
image
http://www99.zippyshare.com/v/Ftx6UZBY/file.html
Thank you
You can increase the container width in "Customize > Layout".
Hello Tom,
already is done with the Customize> Layout ", but I am the maximum and no longer let me create more space for the container, wondering if there is another way to increase the space for columns, I am afraid this is the maximum of space.
regards
It doesn't look like it's at the maximum in that screenshot?
You can also apply a custom width using the input field to the right of the slider.
Hello Tom
Thank you for your patience and good attention, I recorded a video to explain better, only the menu moves.
http://www21.zippyshare.com/v/asDraK8o/file.html
regards
What happens when you change the width and save, then view the live page?
Something is broken there without a doubt, but it might just be in the Customizer.
Hello Tom,
when I update page nothing happens attached video
Thank you
http://www107.zippyshare.com/v/d2H817Cp/file.html
Jordi
Can you link me to your site?
Hello Tom
Thank you,
I attach the link to the web, you need access to the administration area?
clubtheriver.com
I think there is another problem in the page header option does not leave me all options attached images
page header Generatepress
http://www109.zippyshare.com/v/knuWXuZB/file.html
my web page header
http://www84.zippyshare.com/v/bdFeQDCp/file.html
Thank you
Jordi
Ah, you have a plugin that is conflicting with the container class.
Add this CSS:
@media (min-width: 1200px) {
.container {
width: auto;
}
}
You need to add content in the content tab in order to see the settings related to the content :)
Dear Tomb
I put this code CSS in the child theme ??
Thank you
Yes, in your child theme.
Or like this if you don't have a child theme: https://generatepress.com/knowledgebase/adding-css/
Tom Ok, now if it works
Thank you
You're welcome :)
