Background image

Discussion in 'Andrina WordPress Theme' started by aztintpimp, Nov 7, 2013.

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

    aztintpimp New Member

    Joined:
    Nov 6, 2013
    Messages:
    7
    Likes Received:
    0
    Any way to make background image auto fit any screen displayed on?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    body {
    background-size: 100% auto ! important;
    }
    This will solve your issue.
     
  3. aztintpimp

    aztintpimp New Member

    Joined:
    Nov 6, 2013
    Messages:
    7
    Likes Received:
    0
    problem solved thanks so much
     
Thread Status:
Not open for further replies.

Share This Page