Fullwidth blog page

Discussion in 'Subscribely v2 WordPress Theme' started by linhnguyen, Oct 17, 2014.

Thread Status:
Not open for further replies.
  1. linhnguyen

    linhnguyen Member

    Joined:
    Sep 4, 2014
    Messages:
    39
    Likes Received:
    0
    Hi,

    I have removed the sidebar.
    Question:
    1. How can I set blog page to fullwidth after sidebard removed. Otherwise, it looks like missing something.
    2. Also, please advise how to make the post image bigger after the blog page set to fullwidth?
    fullwidth_blog.png
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Open template_blog.php file and do some changes as shown below in screenshot.

    17oct3.png

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. linhnguyen

    linhnguyen Member

    Joined:
    Sep 4, 2014
    Messages:
    39
    Likes Received:
    0
    Thanks Yogesh,

    That works. There are still 2 problems here:
    1. Post image is too small. This really looks horrible.
    2. There is a gap before the footer for no reasons.
    post_image.png
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please provide us your website url.

    Thanks & Regards
    Yogesh Bhade
     
  5. linhnguyen

    linhnguyen Member

    Joined:
    Sep 4, 2014
    Messages:
    39
    Likes Received:
    0
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #content_wrapper .post .postimg, #content_wrapper .page .postimg {
    width: 219px; adjust this width according to your need
    height: 171px; adjust this height according to your need
    }
    #nav-single {
    display: none;
    }
    .footer_strip {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  7. linhnguyen

    linhnguyen Member

    Joined:
    Sep 4, 2014
    Messages:
    39
    Likes Received:
    0
    The only issue left:
    width: 219px; adjust this width according to your need THIS WORKS
    height: 171px; adjust this height according to your need THIS DOES NOT WORK

    if I can't change the height, that means I will not be able to change the width also due to the ratio.
     
  8. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #content_wrapper .post .postimg, #content_wrapper .page .postimg {
    width: 450px !important;
    height: 250px !important;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  9. linhnguyen

    linhnguyen Member

    Joined:
    Sep 4, 2014
    Messages:
    39
    Likes Received:
    0
    That works, awesome!

    Thank you and have a nice weekend!
     
  10. linhnguyen

    linhnguyen Member

    Joined:
    Sep 4, 2014
    Messages:
    39
    Likes Received:
    0
    Okay, I got it, that was my bad, should have removed this line, lol:
    "adjust this width according to your need"
     
Thread Status:
Not open for further replies.

Share This Page