Dara theme to make posts pages full width

  • Unknown's avatar

    Hello,

    How can I change the width of the posts in the Dara theme using the additional CSS? I would prefer to make it full width. Appreciate in advance any tips or help received.

    I tried the CSS code below but no go.

    .section-inner.medium { max-width: 100%; }
    .section-inner.thin { max-width: 100% !important; }

    .section-inner .section-inner {
    max-width: 100%;
    }

    Regards
    Dman

    The blog I need help with is: (visible only to logged in users)

  • Hi Dman, there are several different page templates, so it’s hard to know which one you’re referring to.

    On the full page template I found, this that may help:

    @media screen and (min-width: 1000px) {
    .content-wrapper.full-width.without-featured-image {
        margin: 0 0; }
    }

    Set that second 0 to the number you like (right now it’s at 13%).

    Going forward though, could you use the correct forums for self-hosted sites? You can find Dara’s forum here:
    https://wordpress.org/support/theme/dara/

    These forums are primarily for the sites hosted here at WordPress.com. Thanks!

  • Unknown's avatar

    Hi

    I am using one of the following page templates below.

    1) Full width, No Side bar (for all web pages)
    2) Elementor Full Width (for all posts pages)

    Also I’m not sure how to add support questions for Dara Theme. I’m new to WordPress.

    Regards
    Dman

  • Unknown's avatar

    Hi Dman,

    Also I’m not sure how to add support questions for Dara Theme.

    If you don’t already have a WordPress.org account, you can create on here:

    https://login.wordpress.org/register

    After that, you should be able to open a new thread in the Dara support forum. Scroll down to the bottom of that link and you should see a Create a new topic section at the bottom. You can then copy the information you’ve shared in this thread, in to the new one on the other forum :)

  • The topic ‘Dara theme to make posts pages full width’ is closed to new replies.