Dara Home Page

  • Unknown's avatar

    Hello! I’d like to make the homepage on my site the same width as the others. I’m using the Default setting because I like to see the background image. I understand the Dara template uses the wide theme for the main page, but is there anyway to change that? I don’t like the sidebars switching from the main page to other pages. Thanks!

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

  • It is possible, yes, although it requires a bit of Custom CSS (part of a Premium Plan or Business Plan).

    If you have access to your site’s CSS, you can add the following snippet to My Site > Customize > CSS to make the front page of Dara narrower :)

    .no-sidebar.home.page .site {
        max-width: 880px;
    }

    If you give it a try, let me know how it looks!

  • The topic ‘Dara Home Page’ is closed to new replies.