• Resolved ANDREA BENNATI

    (@andreabennati)


    Hi Staff,
    finally I found the rigth search plugin for my site!! Great!
    I have some configuration problem:
    – I can’t move and set the position as I want for the bar, I’d like center with my logo;
    – I can’t modify the theme for the bar, remain always the same.

    probably my theme Boodo (An Themes) can’t permit any changes but can you check and try to help me?

    thanks for a reply.
    Regards
    Andrea

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi Andrea,

    Try a custom CSS to change the vertical position of the search:

    .main-header {
        display: flex;
        align-items: center;
    }

    If the theme does not change, then make sure to clear your site cache, as well as remove any search related custom code.

    Best,
    Ernest M.

    Thread Starter ANDREA BENNATI

    (@andreabennati)

    Perfect!!
    Now it works correctly

    great job!

    Best,

    Andrea

    Thread Starter ANDREA BENNATI

    (@andreabennati)

    Sorry Ernest,
    it works and is correct on desktop but modify also on mobile.
    Is possible avoid the css on mobile view?

    Plugin Author wpdreams

    (@wpdreams)

    You can maybe try this variation:

    .main-header {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    Best,
    Ernest M.

    Thread Starter ANDREA BENNATI

    (@andreabennati)

    Now is really perfect!
    Thanks

    Regards,
    Andrea

    Plugin Author wpdreams

    (@wpdreams)

    Great ??

    I will mark this topic as resolved then.

    Feel free to rate our plugin, it is greatly appreciated.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Position and layout’ is closed to new replies.