Issues viewing on mobile device

Discussion in 'BlackBird WordPress Theme' started by calebwatkins, Aug 28, 2015.

  1. calebwatkins

    calebwatkins New Member

    Joined:
    Dec 26, 2012
    Messages:
    13
    Likes Received:
    0
    Please look at the following pages.

    First, on the link below, when viewing on mobile, a lot more space gets added after each section.

    http://www.creaseshirts.com/fabrics/

    Second, my home page slider shows very small and does not render with a larger responsive picture. Lastly, the whole mobile site is not centered properly. It looks like it is slightly right aligned.

    http://www.creaseshirts.com/

    Please advise.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    We need your dashboard access to figure out this issue.
    So, send us your website dashboard login details at [email protected] along with the thread link.

    Also, provide us some edited screenshot regarding the size of slider that you want in your homepage.
    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Regards!
    Praveen
    InkThemes.com
     
  3. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Thank you for providing us the credentials.

    We have fixed all your issues as per your requirements.

    The slider images are displaying normally, it is looking distorted to you as all the images have different dimensions. You can control the size of images by pasting the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    @media only screen and (max-width: 480px){
    .flexslider .slides img {
        width: 292px !important;
        height: 120px !important;
    }
    }
    
    Note:- This is your current size of images. Please change the size accordingly.

    Hope it will resolve your issue

    Kindly check and acknowledge us for the same.

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page