Okay
  Public Ticket #2675432
centered menu bottom bar - left-side
Closed

Comments

  •  28
    Co-Brains started the conversation

    Hi! I'm developing a woocommerce website and using the centered menu bottom bar, with centered logo and icons on both sides. i'd like to put my account and search icon on the left-side, but I can't figure out how. can you please help?

  •  2,963
    Andrew replied

    Hi there,

    Try the following custom css in Salient > General settings > CSS/Script related:

    #header-outer .row .col.span_3 .right-side {
        left: 0;
    }
    

    Kind regards.

  •  28
    Co-Brains replied

    yeah it kinda worked, but it moved the cart icon too... I want it on the right side, separate by the other icons.

    soon i will add the wishlist too and i'd like the structure in this way: 

    search icon - account icon                                                        logo                                                 wishlist icon - cart icon

  •  8,849
    Tahir replied

    Hey Again,

    Please provide the page URL so I may write up the custom CSS for this request. Also set it up as exactly you want.
    Thanks


    ThemeNectar Support Team 

  •  28
    Co-Brains replied

    i'd like to set up the menu as in the attachment. so on the left the "search" and "user" icons, in the middle the logo with menu items (shop) and the "cart" and "wishlist" icon on the right. I used this wishlist plugin, that put the wishlist icon as a menu item. maybe you can suggest me another plugin that put the wishlist icon with other icons

    here's the website: https://lcl.cobrains-test.com/

  •  8,849
    Tahir replied

    Hey Again,

    I am afraid such a layout it not possible without customizing the underlying header php templates. You can find the relevant code in "header.php" .

    Thanks 


    ThemeNectar Support Team