Issues viewing on Mobile Device

Discussion in 'BlackBird WordPress Theme' started by kingsport, Nov 5, 2013.

  1. kingsport

    kingsport New Member

    Joined:
    Oct 24, 2013
    Messages:
    13
    Likes Received:
    0
    www.KingsportInternational.com

    When I view my website on a mobile device, the sides of my pages are cut off. Even when I try dragging the screen to see if the sides show up - they do not.

    I would like to be able to view the entire website on a mobile device as it would appear on a regular computer.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    We are not getting your issue. Please explain with the help of screenshot, About which area you are talking.
     
  3. kingsport

    kingsport New Member

    Joined:
    Oct 24, 2013
    Messages:
    13
    Likes Received:
    0
    For the pages when viewed on a mobile device they appear cut off rather than fit into the screen
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .fullwidth img {
    width: 100%;
    }
    .alignright.size-full.wp-image-165 {
    width: 33%;
    }
    
    Adjust its value as per your requirements.
     
  5. kingsport

    kingsport New Member

    Joined:
    Oct 24, 2013
    Messages:
    13
    Likes Received:
    0
    Hey Gourav,

    Thank you that fixed the mobile viewing but now the text looks odd in my pages.

    I've attached screen shot images. I would like for the text to be double spaced and in a proportionate block.
     

    Attached Files:

  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Just adjust the width of code given above as per your requirements, This will solve your issue.
     

Share This Page