How to broaden the blog site? I am using Expound theme

  • Unknown's avatar

    Hi, How do I broaden the blog? I am using expound theme.

    regards,
    Divya

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

  • Unknown's avatar

    This is a little challenging in Expound since it is a responsive width theme designed to work with all screen sizes and devices and the design changes at certain screen/browser window widths. You can see this by going to your site and narrowing your browser window. The following widens the theme to 1260px if the screen it is being viewed on is at or wider than 1270px, but reverts back to the original design below that width.

    @media screen and (min-width: 1270px) {
    #page {
    width: 1260px;
    }
    .featured-content-secondary article {
    width: 23%;
    }
    }
  • The topic ‘How to broaden the blog site? I am using Expound theme’ is closed to new replies.