Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #784239

    If I am using a stretched layout that is NOT responsive, what determines my content width, and how can I change it?

    #784285

    Hey danldurall,

    In General Layout > Dimensions, you should be able to set this.

    Please let us know if you need additional help.

    Best regards,
    Sarah

    #784576

    Hi Sarah,

    Under General Layout > Dimensions, once “Responsive Site” is unchecked, all pixel width options disappear. The only options that remain are Content and Sidebar ratios. That seems strange to me, hence posting here. See screenshot below.

    General Layout > Dimensions: https://i.imgur.com/gkZ7Ui3.png

    #785507

    Hi,

    Thanks for the feedback, what exactly are you looking to change and how?

    Best regards,
    Rikard

    #785756

    Hi Rikard,

    When I toggle-off the Responsive option, the site’s content width changes to a small, fixed width. I’d like to set this width myself (I don’t want my site to be responsive, and I’d also like to set the content width).

    #785763

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .container {
        max-width: 1310px;
    }
    

    Best regards,
    Yigit

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