-
AuthorPosts
-
October 25, 2023 at 11:18 am #1423676
Hello together
I have on this page link below:
facebook and instagram enabled
additionally created a store
can i define via css that all three icons, order facebook instagram and shopping cart are displayed in the header right next to (Früher und Heute).
and the top white line (where now facebook and instagram) is not shownthanks in advance
kind reagards FranzOctober 27, 2023 at 3:06 am #1423865Hey schweg33,
Thank you for the inquiry.
You can add this css code to adjust the position of the social icon bookmarks.
#top .social_bookmarks { position: relative; top: 42px; right: 50px; } #top .header_color .social_bookmarks a { color: #ffffff; }
And if you want to hide the top header, add this css.
#header_meta, #header_meta .container { min-height: 0; height: 0; margin-top: -30px; } .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 55px; }
Best regards,
IsmaelOctober 27, 2023 at 7:42 am #1423877Thanks Ismael
this works great
only the shopping cart is still in the middle of the menu
can this also be displayed on the rightthanks in advance
kind regards
FranzOctober 27, 2023 at 10:04 am #1423886Hi,
You can adjust the cart’s position in Enfold > Shop Options > Header Shopping Cart Icon settings. Choose the first or second option to make the cart float on the right edge of the screen.
Best regards,
IsmaelOctober 27, 2023 at 10:56 am #1423897Thank you Ismael
I have foundwould it be possible to display the shopping cart with a dash in between directly behind the symbol instagram? with the same background (blue)
thanks in advance
kind regards
FranzOctober 29, 2023 at 2:14 pm #1424014Hi,
Thank you for your patience, currently your shopping cart is on the right edge of the screen on desktop and mobile, so I’m not sure what you mean by you want it directly behind the instagram, but you can make the background color of the cart blue with this css:#top .header_color .cart_dropdown_link { background-color: #0098d2; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeOctober 29, 2023 at 5:49 pm #1424038hello Mike
thank you for your answer
background fits, greati mean that the shopping cart is not on the right side, but
would it be possible to display the cart with a dash in between directly behind the icon instagram?thank you
kind regards
FranzOctober 29, 2023 at 6:23 pm #1424040Hi,
They are not in the same container so it would take some css for each screen size, you can try this css for desktop:@media only screen and (min-width: 1836px) { .html_visible_cart .cart_dropdown { right: 27%; } }
and then adjust for each screen size.
Best regards,
MikeOctober 29, 2023 at 6:28 pm #1424042Hello Mike
this is how it works greatthanks
for the mobile view i will make a seperate ticketyou can close this ticket
kind regards
FranzOctober 29, 2023 at 6:30 pm #1424044Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘icons in the menu bar’ is closed to new replies.