Blackbird. Looks strange on smartphone responsive query

Discussion in 'BlackBird WordPress Theme' started by mog design, Mar 11, 2013.

  1. mog design

    mog design New Member

    Joined:
    Feb 2, 2013
    Messages:
    12
    Likes Received:
    0
    Can u have a look at taylorsilva.co.nz on a smartphone
    The background repeats and its all squashed up.

    Let me know wat u think
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    We are not getting your issue. Please explain with the help of screenshot, About which area you are talking.
     
  3. mog design

    mog design New Member

    Joined:
    Feb 2, 2013
    Messages:
    12
    Likes Received:
    0
    pictures attached. (iphone 1 to 4)

    You see things dont line up on the left hand side and the background repeats unlike the normal view on a large screen where the background does not repeat.


    Is there a way to stop the background repeating when using a smartphone
    Can I remove the background when using a smart phone
    Is it possible to have a different logo when viewing on a smartphone.

    On a PC if you look at it on a normal screen and slowly reduce the screen size just before showing the page navigation menu this happens (pcphoto5) the Navigation bar looks strange.

    Thanks for your help.
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

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

    Code:
    @media only screen and (max-width: 480px){
    body{
    background:none!important;
    }
    
    2.
    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.

    3.
    Please check your site on actual devices. Site will look good.
    We can control, How site display on particular device but can't control how site look while shrinking browser
     

Share This Page