Background Image not fixed full

Discussion in 'ColorWay WordPress Theme' started by rdeshazer, Jan 1, 2015.

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

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Hello,

    The background image is not center full, it's tile. I would like it to be center full.

    www.irgfirm.com

    Thx
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    body {
    background-size: cover;
    }
    The image in background is almost in center.

    Thanks & Regards
    Pramod
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Fixed, Thx.
     
Thread Status:
Not open for further replies.

Share This Page