-
AuthorPosts
-
August 18, 2017 at 10:26 am #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?August 19, 2017 at 5:38 am #841136Hey kanzlei_werner,
Could you post screenshots highlighting your intentions please?
Best regards,
RikardAugust 19, 2017 at 12:20 pm #841261Hi,
here you are:
1) Actual site
http://www.bilder-upload.eu/show.php?file=e0c85c-1503138033.jpg2) future
http://www.bilder-upload.eu/show.php?file=5eb452-1503138075.jpg3) WordPress basic theme -> possible with enfold?
http://www.bilder-upload.eu/show.php?file=de7ad0-1503138096.jpg-
This reply was modified 8 years, 2 months ago by
kanzlei_werner.
August 19, 2017 at 10:16 pm #841456Hi,
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,
MikeAugust 19, 2017 at 10:28 pm #841464Hello 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?
August 20, 2017 at 2:45 pm #841677Hi,
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 -
This reply was modified 8 years, 2 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
