[Resolved] as do larger columns?

Home Forums Support [Resolved] as do larger columns?

Home Forums Support as do larger columns?

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #201074
    jordi

    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

    #201101
    Tom
    Lead Developer
    Lead Developer

    You can increase the container width in “Customize > Layout”.

    #201141
    jordi

    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

    #201221
    Tom
    Lead Developer
    Lead Developer

    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.

    #201240
    jordi

    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

    #201317
    Tom
    Lead Developer
    Lead Developer

    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.

    #201324
    jordi

    Hello Tom,

    when I update page nothing happens attached video
    Thank you
    http://www107.zippyshare.com/v/d2H817Cp/file.html
    Jordi

    #201325
    Tom
    Lead Developer
    Lead Developer

    Can you link me to your site?

    #201334
    jordi

    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

    #201433
    Tom
    Lead Developer
    Lead Developer

    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 ๐Ÿ™‚

    #201455
    jordi

    Dear Tomb
    I put this code CSS in the child theme ??
    Thank you

    • This reply was modified 7 years, 9 months ago by jordi.
    #201576
    Tom
    Lead Developer
    Lead Developer

    Yes, in your child theme.

    Or like this if you don’t have a child theme: https://generatepress.com/knowledgebase/adding-css/

    #201817
    jordi

    Tom Ok, now if it works

    Thank you

    #201970
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.