Fullwidth blog page respponsive fails

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 Yogesh,

    Please come in and help. This is a follow up of yesterday issue.

    I set width to 720px and height to 480px. Responsive fails on mobile and tablets.

    Screenshot_2014-10-18-08-39-37.png
     
  2. Yogesh

    Yogesh Guest

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

    I have checked that your website is responsive in iPad, just change height of that image to look better in iPad and in Mobile.
    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{
    height: auto;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. linhnguyen

    linhnguyen Member

    Joined:
    Sep 4, 2014
    Messages:
    39
    Likes Received:
    0
    Thanks Yogesh, just missing the right border but this is okay.
     
Thread Status:
Not open for further replies.

Share This Page