Site logo

Archived topic

as do larger columns?

13 replies · Started by jordi on June 11, 2016

Viewing posts 1–14 of 14

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.

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.

Can you link me to your site?

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

Tom Ok, now if it works

Thank you

You're welcome :)

This archived topic is closed to new replies.