Parallax background not streching

Discussion in 'StartPoint Business One Page WordPress Theme' started by ocfloyd, Jul 7, 2015.

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

    ocfloyd New Member

    Joined:
    Jul 4, 2015
    Messages:
    6
    Likes Received:
    0
    Originally the Parallax background was working and would fill the width of the screen. Now it is centered and repeating on the edges. If I remove my picture, theme loads default image and does the same, not stretching to the width of window.

    Any ideas how I can get it to go full width again?
     
  2. praveen

    praveen Support Staff

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

    Could you please provide us URL of your website along with some edited screenshot so that we can assist you accordingly?

    Thanks,
    Praveen
     
  3. ocfloyd

    ocfloyd New Member

    Joined:
    Jul 4, 2015
    Messages:
    6
    Likes Received:
    0
  4. praveen

    praveen Support Staff

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

    Thanks for the screenshot...

    I have checked your website and doesn't find the issue that you have mentioned in your query and screenshot.

    Here is the link of testing video: - http://screenpresso.com/=KRi6g

    Thanks,
    Praveen
     
  5. ocfloyd

    ocfloyd New Member

    Joined:
    Jul 4, 2015
    Messages:
    6
    Likes Received:
    0
    The problem is on wider screens its not scaling up, it's centered and tiled as seen in the screenshots. My image is the recommended 1585px x 1100px. If I remove my image I get the same results.

    Should I use a wider image?
     
  6. praveen

    praveen Support Staff

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    section.parallax-container {
      background: url(http://www.rentleeward.com/wp-content/uploads/2015/07/bwscrollbackgrnd4.jpg) 50% -100px fixed !important;
      background-size: cover !important;
    }
    Thanks,
    Praveen
     
  7. ocfloyd

    ocfloyd New Member

    Joined:
    Jul 4, 2015
    Messages:
    6
    Likes Received:
    0
    That fixed it. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page