Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #931721

    Hi,

    My site

    I am trying to get the menu (using the icon) to align left to the screen rather than right.

    I want to center the logo.

    I want to add a search icon to the main menu to align to the right.

    Please can you help?

    Thanks

    #931753

    Hey hazelallturf,
    For the menu, please try going to Enfold Theme Options > Header > Menu and Logo Position > Logo left, Menu right
    Then we can adjust your logo to be centered.

    Best regards,
    Mike

    #931756

    Hi Mike,
    I’ve made the logo left and menu right. I am looking for the Burger Menu theme on the left hand side of the header and the ecommerce basket on the right hand side.
    What are my next steps?

    Thanks!

    #931758

    HI Mike,

    Please see the below website. The right hand side of the header is what I am trying to achieve.

    https://store.carandache.com/uk/en/

    Thanks

    #931759

    Hi,
    I see your burger menu is to the left, logo centered, and shopping basket on the right.
    Please see screenshot in Private Content area.
    What other changes did you want?

    Best regards,
    Mike

    #931766

    When I click the menu button which is on the left, the menu gets displayed on the right of the screen. I want to move this to the left.

    Also I can’t see the basket icon on the right hand side? I would like the account, search and basket on the right as per the link I sent over?

    Thanks!

    #931918

    Hi,
    To open the burger menu on the left, please try this css:

    .html_av-overlay-side .av-burger-overlay-scroll {
    right: auto;
    left: 0; 
    }
    .html_av-overlay-side .av-burger-overlay-scroll {
        -webkit-transform: translateX(-10px)!important; 
        transform: translateX(-10px)!important; 
    }

    To move your search icon to the far right side please try this solution: https://kriesi.at/support/topic/center-main-menu-and-move-search-to-right-of-logo/#post-295616
    As for your cart, it is showing for me on the right side once I added an item to it, but it’s on the edge of the screen. So this css moves it to the left a little:

    .html_visible_cart .cart_dropdown {
        right: 20px!important; 
    }

    Best regards,
    Mike

    #932109

    Hi Mike,

    Thank you for the pointers. The basket is great, I would like this to be displayed at all times even when empty. Can you help?

    Thanks

    #932365

    Hi,
    To always display the woocommerce shopping cart, or basket, please try this css code:

    .cart_dropdown {right: 20px!important; }

    notice that this moves the cart left 20px, feel free to adjust to suit.

    Best regards,
    Mike

    #933230

    Hi Mike,

    Can you please advise how I would be able to show the Submenu for each menu item in another column of the icon menu rather than just a standard drop down if this is possible?

    Also what is the CSS code I need to alter the icon/burger menu design?

    Thanks

    #933237

    Hi Mike,

    If the option to display the menu vertically and then the submenu vertically next to this I would like to make the menu horizontal as this website it…

    https://www.tomdixon.net/

    Many thanks

    #933406

    Hi hazelallturf,

    You might want to use mega menu to achieve the layout like that.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #933577

    Hi Victoria,

    When I set the menu to a mega menu it doesn’t have any effect on my current display as I’m using the burger menu for desktop?

    Thanks

    #933993

    Hi,
    Yes this is true, the burger menu is a different menu that doesn’t support the mega menu style. You can also see this in your example site, when you view their site with their burger menu activated.

    Best regards,
    Mike

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.