ALIGNMENT of search BAR

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 3 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29406
    mawee84
    mawee84
    Participant

    pls help, i want to move the icons(ex. Project type) to left, search to right..i want to see equal spaces between them.

    pls see screenshot, i draw red lines.

    how can i do it?

    Attachments:
    You must be logged in to view attached files.
    #29417
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    Try this cusom CSS code:

    form.asp-fss-flex {
        justify-content: space-between !important;
    }

    It should result in an evenly distributed space between the items pushed to the sides: https://i.imgur.com/oPqrIIv.png

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


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

You must be logged in to reply to this topic.