Home Forums WoodMart support forum language selector

language selector

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #536233

    Toni Tarres
    Participant

    Good morning,
    I need to add the language selector in the woodmart header, I add it through the header constructor and it doesn’t appear right aligned like the rest of the menu.
    Can it be aligned to the right instead of the left like it is now?
    Attached capture

    Attachments:
    You must be logged in to view attached files.
    #536383

    Hung Pham
    Keymaster

    Hi Toni,

    Thanks for reaching to us.

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .whb-col-right .wd-header-nav.wd-header-secondary-nav{
    	text-align: right;
    }

    Regards,

Viewing 2 posts - 1 through 2 (of 2 total)