• Resolved danielaamer

    (@danielaamer)


    Hi,

    Firstly, great plugin!

    I’m struggling with moving my search bar to the centre of the page…

    Could someone please help mewith the CSS required?

    Many Thanks in advance
    Dan

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    I hope you are well today and thank you for your question.

    Could you please share the page URL from your site where it is displaying so that I can help you to achieve it?

    Best regards,

    Thread Starter danielaamer

    (@danielaamer)

    @vinod-dalvi

    https://geordiegroup.com

    then scroll down and you’ll see the search bar

    Thanks
    Dan

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

    
    .page-id-225 #main-content form.search-form .search-field {
        float: left;
    }
    
    .page-id-225 #main-content form.search-form {
        display: table;
        margin: 0 auto;
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Positioning of the search box &’ is closed to new replies.