• Resolved jsj90

    (@jsj90)


    Hi,

    How do I make the single entry blog page to have the following
    1. Image size is always showing at 1349 x 1349 no matter if I selected Default, Auto, Contain or Cover for in the Blog Entries setting. How do I control the size of the featured image?
    2. To have only blog entry to have a boxed layout or padding? I have selected Right Sidebar but the content are still in full width without any padding.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello,
    1. There is no image size option for the blog entries featured images, you need to crop your image before uploading it, maybe there is a plugin to doing this in WordPress.
    2. It is not possible to have the boxed layout only for some pages, it is for all your site. You can try with custom CSS.

    Thread Starter jsj90

    (@jsj90)

    Hi,

    1. Thank you for the response. I tried to put an image of a size 64 x 64 but it was also extended to 1349 x 1349.

    2. I see. I thought it would be possible considering the option for the layout is available in the blog single entries option. However, I tried to select the Right Sidebar option on the page setting itself and it worked. Seems like that’s the only solution so far.

    Thank you.

    Theme Author oceanwp

    (@oceanwp)

    Hi, add this css code to control the width:

    .blog-entry.post .thumbnail {
        max-width: 420px;
    }
    Thread Starter jsj90

    (@jsj90)

    Hi,

    I tried that but it doesn’t work. But I tried this and it worked.

    .single .thumbnail img {
    max-width: 420px;
    }

    Did I do something wrong on the setting?

    Theme Author oceanwp

    (@oceanwp)

    Hi, yes your code is good, but it is odd that my css code doesn’t work because it is the code I use for the blog entries featured images ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blog Single Entries’ is closed to new replies.