Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #802946

    Hi,
    I have set a color section to 100% browser windowHeight. However, below is a part of the next color section to see (black about 30px high range).
    I would like that so that the next color section is not to be seen below, so only when scrolling down.

    Can someone help me
    Jürgen

    #803084

    Hey winnerl,

    I am not seeing that effect on my laptop. Can you please provide a screenshot of the issue.

    Best regards,
    Jordan Shannon

    #803092

    … you’re right, the effect only occurs on larger monitors at 820px height. Screenshot attached.
    many Thanks Jordan

    #803103

    Hi,

    Try adding the following to quick css:

    .avia-builder-el-0.av-minimum-height-100 .container{
    height:960px!important;
    }

    Best regards,
    Jordan Shannon

    #803111

    Hi Jordan,
    Ok, the solution is not bad. But with bigger monitors the problem still occurs.
    The problem only occurs with the first container, the next containers will work.
    See Screenshots.

    Jürgen

    #803113

    Hi,

    Have you made sure to set the background repeat to “Stretch to fit” and set it’s position to “center center”

    Best regards,
    Jordan Shannon

    #803133

    … sure – stretch to fit and center / center. Right, exactly as I have set this.
    Jürgen

    #803134

    … you can look in the backend. But please be careful the site is already online.

    #803143

    Hi,

    Please test the page again and let me know if its fixed?

    Best regards,
    Jordan Shannon

    #803146

    Hi Jordan,
    no, the problem still exists.
    Jürgen

    #803162

    Hi,

    Please try clearing the cache a few times over.

    Best regards,
    Jordan Shannon

    #803164

    Hi Jordan,
    Ok, cache I have clear. The problem is still there. But something different. The lower container is slightly smaller but still visible.
    Jürgen

    #803173

    Hi,

    I have set the padding on the color section to it’s largest available option, so please try adding this to css:

    #start .template-page content.av-content-full.alpha.units{
    padding-bottom:180px!important;
    }

    Best regards,
    Jordan Shannon

    #803226

    Hi Jordan,
    The code I have installed, but the next container is still to be seen.

    Best regards,
    Jürgen

    #804004

    Hi,

    How large of a screen are you viewing this from? Is it improved at all. I am to the point where I can no longer recreate this issue on any of my monitors.

    Best regards,
    Jordan Shannon

    #804133

    Hi Jprdam,
    The problem occurs on a monitor with a resolution of 2560 x 1920 inches (IMac). From 990px height the strip can be seen.
    In Safari, Chrome and Firefox.

    Kind Regards
    Jürgen

    #804138

    Hi,

    Have you tried increasing the padding-bottom of the css I sent you?

    Best regards,
    Jordan Shannon

    #804213

    Which of this to parts of css?

    #start .template-page content.av-content-full.alpha.units{
    padding-bottom:180px!important;
    }

    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
    display: block !important;
    }
    }

    #804215

    Hi,

    This portion:

    #start .template-page content.av-content-full.alpha.units{
    padding-bottom:180px!important;
    }

    Try increasing from 180px and see if that helps.

    Best regards,
    Jordan Shannon

    #804400

    Hi Jordan,
    #start .template-page content.av-content-full.alpha.units{
    padding-bottom:180px!important;
    }

    i put there: 300, 800, 120, 2000px
    But nothing happens
    Kind regards
    Jürgen

    #804565

    Hi,

    Try with just start:

    #start{
    padding-bottom:100px!important;
    }

    Best regards,
    Jordan Shannon

    #804577

    Hi Jordan,
    perfect, now it works. puuuh This homepage was really a challenge. Get your top support. Thank you very much specialy to you Jordan and the Kriesi team. Great theme !!!

    Kind Regards
    Jürgen

    #804581

    Hi,

    Great! I am glad I was able to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘ColorSection, 100% BrowserHeight problem’ is closed to new replies.