• Resolved Ate Up With Motor

    (@ate-up-with-motor)


    I’m having a bit of a formatting problem with Astra. I would like to use the boxed layout for the linked site because I think it looks better (especially for the sidebar widgets). However, I noticed that with the Layout set to Boxed, there’s an awful lot of padding for the content-area, which takes up more space than I want it to.

    I assume it’s possible in the free theme to adjust the padding with Additional CSS, but I’ve been peering at the element code for a half hour now and I can’t figure out where the padding for the content box is being set, so I haven’t been able to adjust it.

    How can I adjust this parameter with CSS?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @ate-up-with-motor,

    The options to adjust the inside and outside container space are not available on the Astra free. However, with the following simple CSS, you shall be able to adjust it.

    .ast-separate-container .ast-article-post {
        padding: 4em;
    }

    Let us know if you need more help, otherwise please mark the topic as Resolved.

    Kind regards,
    Herman ??

    Thread Starter Ate Up With Motor

    (@ate-up-with-motor)

    Great, that’s what I needed to figure out. Thank you!

    You’re most welcome, @ate-up-with-motor. So happy can be a help.

    Feel free to start a new topic if there is anything else related to Astra we can help you with.

    Kind regards,
    Herman ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Setting container width’ is closed to new replies.