Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1015454

    Hi
    Did u solved it? I saw there are two search module and looks fine: http://prntscr.com/egi1a7
    For the search page if you do not want to show search options.
    You can disable the search plugin from plugin manager like tag search,contact search.

    Regards

    tresoar Friend
    #1016283

    Thanks for your reply. I have not solved this yet. If you look here you can see that the search image is above the search field. I want the search image on the right side of the searchfield. On the left side is also acceptable.

    Pankaj Sharma Moderator
    #1016286

    Hi
    Add below code in custom.css file to fix it

    
      .head-right-item .search {float:right;}

    Regards

    tresoar Friend
    #1016290

    Great, thats works! Can there be some blank space on the right side of the searchfield? 🙂 Like on the image, about 20 pixels.


    1. search
    Pankaj Sharma Moderator
    #1016293

    Hi
    You can apply the style margin left on parent class like below

    .head-right-item {
        margin-left:10px;}

    Regards

    tresoar Friend
    #1016294

    I added this code to custom.css, but that doens’t work. Or do I have to change this somewhere else?

    Pankaj Sharma Moderator
    #1016445

    Hi
    Use margin-right code

    .head-right-item {
        margin-right: 32px;
    }

    Regards

    tresoar Friend
    #1017149

    Thank you!

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  tresoar 7 years, 8 months ago.

The topic ‘Module search, button on the right from searchfield’ is closed to new replies.