• Need your guide to align the Search bar to the center.

    I had tried the method below but no avail

    1. Add CSS code not working,
    – display: -webkit-flex;
    – -webkit-align-items: center;
    – display: flex;
    – align-items: center

    2. Plugin backend no option to make it align to center
    – Search Box margin settings not working for as it will reduce the left and right margin for the mobile view.

    3. WP bakery page editor no setting available to center

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi,

    Well, it depends on the container element as well, but usually doing automatic side margins via custom CSS do the trick:

    .asl_m {
        margin: 0 auto !important;
    }

    Best,
    Ernest M.

Viewing 1 replies (of 1 total)
  • The topic ‘Can’t align Search bar to the center’ is closed to new replies.