How can I fix Background Limitation.

Discussion in 'Appointway WordPress Theme' started by americanlimo, Jul 22, 2015.

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

    americanlimo New Member

    Joined:
    Jun 12, 2015
    Messages:
    2
    Likes Received:
    0
    Location:
    Los Angeles
    Hello,

    At https://www.americanlimos.org

    you can see that the background will only cover the

    top half of the screen.

    How can I fix this Background Limitation.

    Thank you for your time.

    Robert
     
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there.

    Code:
    .page_container {
        background: url(https://americanlimo-americanlimousin.netdna-ssl.com/wordpress/wp-content/uploads/2015/07/nice-snow.png?03d920) repeat!important;
        -webkit-background-size: cover!important;
        -moz-background-size: cover!important;
        -o-background-size: cover!important;
        background-size: cover!important;
    }
    Hope this will resolve your issue.

    Do let me know if you need more assistance,

    I would be glad to assist you further,
     
  3. americanlimo

    americanlimo New Member

    Joined:
    Jun 12, 2015
    Messages:
    2
    Likes Received:
    0
    Location:
    Los Angeles
    Thank you. This resolved the issue.
    Robert
     
Thread Status:
Not open for further replies.

Share This Page