[Resolved] How to adjust content width?

Home Forums Support [Resolved] How to adjust content width?

Home Forums Support How to adjust content width?

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

    Hi GP Support Team,

    i try to adjust the content width of the white area on my website which you find here: https://www.hasselbusch.it
    I’d like the textare to be wider (don’t know how wide right now but want to play around with the value).

    When i adjust the Layout Setting “Container width”, this does not affect the withe are in the middle.

    Can i adjust the width anywhere in the customizer or do i have to use CSS?

    Best regards
    Rolf

    #1026282
    David
    Staff
    Customer Support

    Hi there,

    the Site you installed used some CSS to narrow the inside article. In Customizer > Additional CSS – remove this:

    .one-container .entry-content, .comments-area, footer.entry-meta {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    #1026423
    Rolf

    Oh great, thank you so much – worked like a charm to make the content wider!

    #1026444
    David
    Staff
    Customer Support

    You’re welcome

    #1817841
    aaron

    The only max width css I found under GP’s Appearance>Customize>Additional CSS is this:


    @media
    (max-width: 768px) {
    .mc4wp-form-fields {
    display: block;
    }

    I removed it but it still has limit, won’t let me expand.

    #1817956
    Leo
    Staff
    Customer Support

    Can you open a new topic for your question?

    Thanks 🙂

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