Column Width on Cubic Theme

  • Unknown's avatar

    Hi there,

    I run my site on the Cubic theme and am generally quite happy with it. One little element I would like to change if possible is the column width for my posts, to make them a little wider.

    I’m aware that doing this might compromise the look when viewing my site on a tablet for example, so is there any way to know what would be a safe figure to widen it to without causing knock-on effects – and what the CSS would be for this?

    Thanks, Craig

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

  • Unknown's avatar

    Hi Craig, on responsive designed themes, such as Cubic, as long as we use the correct way of widening thing, there generally isn’t a problem. The width set for the single post pages is 768px. Add the following and you can adjust my 850px max-width as desired, and it will continue to work on smaller screens, but give more width on wider screens.

    .single .entry-author, .single .entry-content, .single .entry-footer {
        max-width: 850px;
        width: 100%;
    }
  • Unknown's avatar

    Hi there,

    Thanks for that, I’ve added that CSS and reckon it looks better. At least now I know how I can tweak it from there.

    Cheers for the help and quick reply, much appreciated as ever.

    Craig

  • Unknown's avatar

    Craig, you are welcome, and let us know if you have further questions.

  • The topic ‘Column Width on Cubic Theme’ is closed to new replies.