Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #840803

    Hello,

    for the site Strafverteidigung-werner.de I would like to place the menubar below the header (header will have new dimensions in future apps. 2000×1200. The menu bar should be visible at the bottom if screen is smaller than height of 1200. If scrolled down the menu bar should move up and stay on top (parallax effect).
    What do I have to do for this?

    #841136

    Hey kanzlei_werner,

    Could you post screenshots highlighting your intentions please?

    Best regards,
    Rikard

    #841261

    Hi,

    here you are:

    1) Actual site
    http://www.bilder-upload.eu/show.php?file=e0c85c-1503138033.jpg

    2) future
    http://www.bilder-upload.eu/show.php?file=5eb452-1503138075.jpg

    3) WordPress basic theme -> possible with enfold?
    http://www.bilder-upload.eu/show.php?file=de7ad0-1503138096.jpg

    #841456

    Hi,
    Try using the full width sub menu element below your slider or image, then choose your menu and hide your top menu with code like this:

    .container_wrap_logo {display:none !important; }

    Best regards,
    Mike

    #841464

    Hello Mike,

    is there a chance to have this only for the home page and not for the complete website? any chance to close the white gap which I have now?

    https://ibb.co/ebEh7Q

    #841677

    Hi,
    Looks like that white space is mostly created by the red hr bar, in your custom css you have this:

    .hr{margin: 15px 0px !important;}

    try removing the 15 so it only has the 0px.
    You will still have a 12.75px top margin from the paragraph below, to remove that you will have to add a custom class, otherwise all paragraphs will be effected.
    The code to hide your top menu can be set to only your homepage by adding the page-id to it like this:

    .page-id-11 .container_wrap_logo {display:none !important; }

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.