Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25776

    Hi. Two questions.

    1. How to reduce the width of the blank fields in the sidebar and body?

    2. How to reduce the size of the fetured image in the post?

    http://s2.ipicture.ru/uploads/20130705/ZYEEa84X.jpg

    #128167

    1) You can reduce the sidebar margin with following css code:

    .inner_sidebar {
    margin-left: 50px;
    }

    Decrease the margin-left value. It’s not easily possible to change the outer margins or the margin between content area and sidebar because this will break the existing layouts and would require some major adjustments to the css grid.

    2) Open up wp-contentthemesenfoldincludesloop-index.php and search for

    $link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');

    You can replace “large” with any other thumbnail size (small, medium, portfolio, portfolio_small, entry_with_sidebar).

    #128168

    Thank you. Excellent support.

    #128169

    Glad Dude could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to reduce the width of the blank fields in the sidebar and body?’ is closed to new replies.