• Resolved kvest

    (@kvest)


    I have added the searchfunction to my page and it works like a charm. Thank you so much.
    In the settings, I have choosen “sliding”

    But the searchbox slides left – and hides half of the menu. Is it possible for the searchbox to go right.

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

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

    (@vinod-dalvi)

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

    You can achieve this by adding the below CSS code in the Custom CSS option of Add Search To Menu plugin settings on the path Settings -> Add Search To Menu

    .astm-search-menu.full-width-menu form, .astm-search-menu.sliding form {
        left: 0;
        right: auto;
    }
    
    .astm-search-menu.full-width-menu .search-close,
    .astm-search-menu.sliding .search-close {
        right: 0;
        left: auto;
    }

    Best regards,

    Thread Starter kvest

    (@kvest)

    Thank you so much. It work beatifully.
    Great service and great plugin.

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    You are always welcome here ??

    Thread Starter kvest

    (@kvest)

    Hi again

    I am struggelin a bit with the mobile version of my site.
    My theme places the menu in the upper right corner, same place as the magnefying glas.

    Can you help me move the magnefyingglas just left of the menu on the mobile page?

    Thank you in advance.

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    Please try using below CSS code to achieve this.

    
    body .astm-search-menu-wrapper .astm-search-menu {
        float: left;
        padding-left: 10px;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Seach box sliding – go right, not left’ is closed to new replies.