This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

ALIGNMENT of search BAR

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29406
    mawee84mawee84
    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?

    #29417
    Ernest MarcinkoErnest 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

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