Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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 shown

    thanks in advance
    kind reagards Franz

    #1423865

    Hey 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,
    Ismael

    #1423877

    Thanks Ismael

    this works great

    only the shopping cart is still in the middle of the menu
    can this also be displayed on the right

    thanks in advance
    kind regards
    Franz

    #1423886

    Hi,

    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,
    Ismael

    #1423897

    Thank you Ismael
    I have found

    would 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
    Franz

    #1424014

    Hi,
    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,
    Mike

    #1424038

    hello Mike

    thank you for your answer
    background fits, great

    i 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
    Franz

    #1424040

    Hi,
    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,
    Mike

    #1424042

    Hello Mike
    this is how it works great

    thanks
    for the mobile view i will make a seperate ticket

    you can close this ticket

    kind regards
    Franz

    #1424044

    Hi,
    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘icons in the menu bar’ is closed to new replies.