test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • tomori Friend
    #205304

    Hi,

    I started to build a small simply website ( http://www.carpinuswinery.com/en/ ) for a winery used uber and I found a unpleasant problem.
    This is a one page website at this moment and I call the section id’s with the menus.
    If I click to the menu ones (first time), the called position start on the top, covered by the header but if I click again to the same menu, the called section going to the right position.
    After that I can call other section (by the menus), they all coming to the right position except if I scrolling back to the top before the click.
    So, this is so unpleasant :S

    Can you help someone to resolve this problem?

    Many thanks,
    Best regards,
    Laszlo

    Adam M Moderator
    #565922

    Hi @tomori,

    Please open file root_folder/templates/uber/css/custom.css and remove this code :

    .uber-header.header-4 {
    height: 100px !important;
    padding-top: 2px !important;
    padding-bottom: 26px !important;
    border-bottom: 0px solid #ecf0f1;
    }

    then add this code :

    @media (min-width: 992px) {
    body {
    padding-top: 100px;
    }
    .uber-header.header-4 {
    position: fixed;
    z-index: 999 !important;
    }
    }

    tomori Friend
    #566091

    Thank you Adam 🙂

    Best Regards,
    Have a nice day!
    Laszlo
    / http://www.owanderer.com /

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  tomori 9 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum