• Resolved Ribo

    (@ribo)


    First off, this theme is absolutely great!! I’t great looking and easy to customize! Thanks so much. ??

    One question for you…How can I widen my Post width? I think it’s set at 150px and Id like to have each Post be 600px wide so I can use more of the free space.

    Thanks!!
    https://www.thisboundlessworld.com
    D

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author ceslava

    (@ceslava)

    Hi Ribo,

    The default size is 510px for posts. For pages you can choose between this same width or full width.

    The last update has a new option for posts. Now you can add an extra right sidebar.

    I′m working on the next update and I will consider let the user choose the default width for posts.

    Thanks again ??

    Thread Starter Ribo

    (@ribo)

    Thanks!..that sounds good. I like the right sidebar option.

    I’ll look forward to the next update….

    Theme Author ceslava

    (@ceslava)

    Thanks Ribo ??

    Please width of all articles “auto” or configurable and sidebar.
    Thank you.

    Theme Author ceslava

    (@ceslava)

    Hi _traktor_,

    I′m not sure what you mean. Extra sidebar and the content centered?

    Best regards

    Yes

    How do I change it to 600 px rather than 510px? Plz suggested me where to update the code?

    Theme Author ceslava

    (@ceslava)

    Hi,

    On the Extra CSS field

    @media only screen and (min-width : 1070px) {
    
    #content, .slider, .entry-content img, .entry-content iframe, .entry-content object, .entry-content embed, .author-bio, #content .widget
    { width: YOURWIDTHpx;}
    
    }

    If you want to change the default large size for images and default width for embed objects you must edit this two lines on the functions.php file:

    $embed_size['width'] = YOURWIDTH;
    update_option('large_size_w', YOURWIDTH);
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to Change the width of the Post?’ is closed to new replies.