thank you!
abc
Posts
-
make project overlays transparten or non-fullscreen? -
make project overlays transparten or non-fullscreen?Yes! :) or 50% height
-
Alignment of submenu points in horizontal menuHey there, I have a question regarding the menu alignment. I'd like to have the submenu horizontally centered on the page, not centered under its menu point.
Here https://zurichdanceensemble.ch/ueber-uns/
I solved it with a translate
.sub-menu {
position: absolute;
left: 50%;
transform: translateX(-4.6%);
}It's not convenient when adding a submenu to another secondary menu point, because the translate doesn't center it anymore, obviously. What is a better solution to this?
Second thing I didn't manage is to have a fixed distance between primary, secondary and submenus. I might drawing a blank here :)
Thanks so much in advance!
-
Different menu per pageThanks a lot!
-
A modal/pop up window displaying extra infoWhat's the feature called? Sorry if I missed the obvious :)
-
Different menu per pageDear Richard, thank you for this post. I am trying to solve a multilingual page with this approach. Do you mind sharing the CSS code of how to hide menus leaving 1 visible?
Thanks in advance
-
carousel captions change height of websiteit worked! thank you very much
-
carousel captions change height of websiteJust did :)
-
carousel captions change height of websiteThank you for your response!
Yup exactly, I added the captions like you described, Space Top is set to 40px.I just added a few more captions and the website grew longer. By clicking on the "View typefaces in use" button on the center left you get to the subpage with the same layout without image captions. The two pages are identical, apart from the selection of images and one is without captions. I intend a layout like on the /type-in-use page.
-
carousel captions change height of websiteHere's the website with image captions:
https://wp.selinabernet.ch/and here the same layout without captions:
https://wp.selinabernet.ch/type-in-use/ -
carousel captions change height of websiteHi team,
I have a one pager with a centered carousel, set to the full height of the viewport. Everything worked fine until I added captions to the image carousel. The more captions I add the longer the website gets, reaching lower than the viewport. Any idea how to fix this?
The bug occurs on all browsers, WP, Laytheme and Carousel are the latest version.
Thanks so much!