-
AuthorPosts
-
February 2, 2020 at 3:37 pm #1180672
Hi there,
i’d like to create a nice big header, with
– Logo centered and Menu belowBUT, if i scroll down, and the sticky header shrinks, i’d like to change the position
So the shrinking, sticky header has position:
– Logo left and Menu right.February 3, 2020 at 12:29 pm #1180868Hey breezemedia,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaFebruary 12, 2020 at 10:34 pm #1184003i send you a link in PM
February 14, 2020 at 3:41 pm #1184521Hi breezemedia,
I do not see any changing logo position here.
Enfold has the Logo center + Menu below position, you just need to rearrange it when the user scrolls.
Best regards,
VictoriaFebruary 22, 2020 at 1:08 am #1186887sorry, i don’t really see that issue in the documentation.
– what are the classes to manipulate in Quick-CSS to rearrange the logo and menu in the shrinked header?As you can see in the example:
– Logo centered and Menu belowsticky shrinking header
– Logo left and Menu right.Maybe you can link the correct site on documentation or give me any hint?
February 24, 2020 at 12:44 pm #1187294Hi, i really tried every forum-hint on that.
What is the ID or class for the shrinked Logo Positon.
for example
.scrolled-header does not workWhen i look to the css, i can not see a special class for that changed settings in shrinked header…
Please give me any hint
February 26, 2020 at 2:57 am #1187922Hi,
Sorry for the delay. You can use the following css code to adjust the position of the logo and main menu when the header shrinks or during scroll.
@media only screen and (min-width: 768px) { .html_header_top.html_logo_center .header-scrolled .logo { position: relative; left: 0; transform: none; } .html_header_top.html_logo_center .header-scrolled #header_main_alternate { position: absolute; right: 0; top: 30px; } }Please don’t forget to toggle the Performance > File Compression settings after adding the code.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.
