[Resolved] Need to adjust content width only

Home Forums Support [Resolved] Need to adjust content width only

Home Forums Support Need to adjust content width only

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #271896
    Bebe

    Site is being developed here
    http://hiddenvalleylakegolfclub.com/beta/
    I need to adjust the site copy only to a width of 70% but not affect the header or slider.

    #271992
    Leo
    Staff
    Customer Support

    Hi there,

    Looks like you are using sections so try this CSS:

    #generate-section-2 {
        max-width: 840px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this works.

    #272837
    Bebe

    Doesn’t work.

    #272845
    Leo
    Staff
    Customer Support

    Looks like it’s working for me unless I misunderstood what you wanted?

    The CSS above controls the width of the content section (The 6511 yard….). You can change the px number to your liking.

    #272858
    Bebe

    Sections are only being used on the homepage. I need the internal page content (not sections) set to a width of, say, 500px.

    #272861
    Leo
    Staff
    Customer Support

    So for like this page? http://hiddenvalleylakegolfclub.com/beta/hvgc/description/

    You can use this CSS then:

    .container.grid-container {
        max-width: 500px;
    }
    #272884
    Bebe

    Perfect. thanks!

    #273064
    Leo
    Staff
    Customer Support

    You’re welcome!

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