• Resolved Alina Shneider

    (@alina-shneider)


    Hello! I was wondering if it is possible to make the images in the post the same width as the featured image? I would love to make the images as wide as possible. Also is it possible to decrease the size of the side bar and increase the size of the main content? Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author CrestaProject

    (@crestaproject)

    Hi Alina,
    unfortunately the images in the post may not be as big as the featured images, will always be a little smaller.

    About the size of the bars, you can do it by adding these lines of code to the file “style.css” at the end of the page:

    .content-area {
        width: 75%;
    }
    .widget-area {
        width: 22%;
    }

    In this way the main content will be even bigger ??

    Best Regards,
    CrestaProject

    Thread Starter Alina Shneider

    (@alina-shneider)

    Thank you so much! It worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the image size of the main content’ is closed to new replies.