• How do I make the homepage image “scrollable?” I’ve noticed on different sized browsers that I get different access to the entire background image…. but on any screen, there is no way to scroll down teh home page.

    Can I amend this?

    I tried to use a smaller image but then it just stretched out the image to the same proportion and came out blurry with the low resolution of the smaller file.

    please advise.

    thank you!

    https://www.tulikam.com

Viewing 7 replies - 1 through 7 (of 7 total)
  • Try changing style.css around line 839 from this:

    #bgholder {
        display: none;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: -2;
    }

    to this:

    #bgholder {
        display: block;
        margin-top: -25px;
        overflow: hidden;
        width: 100%;
        z-index: -2;
    }
    Thread Starter tmehr

    (@tmehr)

    THANK YOU! it worked.

    I appreciate your help!

    Thread Starter tmehr

    (@tmehr)

    Now there’s another little issue.

    When i view the home page on safari – it’s perfect. But when i view it on Chrome –
    there is a white bar under the menu option before the background image begins.

    any advice?

    thanks in advance!

    You may need to adjust the margin-top to a lower value.

    Thread Starter tmehr

    (@tmehr)

    Thank you! It worked and the site looks so clean now!

    Help!!! I use Twenty Ten for my blog, but I can’t find the way to customize the blog so it views like a desktop on a mobile as well, which includes background images and everything on the page?

    @tmehr, Please use the dropdown on the right to mark this topic ‘Resolved’ so that anyone else with this question can see that there is a solution.

    @sobuddy, You should start your own thread as it it a different topic. Plus, very few people will look at a resolved topic.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘homepage background image’ is closed to new replies.