• I am using the Bueno theme for my website here.

    I would like to keep the main post border width the same but decrease the margins around the text and images. ie bump up the width of the text to almost the same width as the main post border width.

    Thanks!

Viewing 1 replies (of 1 total)
  • Hey there,

    If there is a custom css option in bueno this code should do the trick.

    .entry {
      margin-left: -32px;
      overflow: hidden;
      width: 555px;
    }

    Adjust the margin and width as you please ??

    If there isn’t an custom css option i suggest you use a child theme. This way customications ain’t lost when the theme is updated or use a custom css plugin to do the same thing.

    Hope it helps! ??

Viewing 1 replies (of 1 total)
  • The topic ‘Increase post width’ is closed to new replies.