Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    You can try this to your Custom CSS:

    #panel-22-0-0-1 #s {
        width: 92%;
    }
    #panel-22-0-0-1 #searchsubmit {
        margin-top: -11px;
    }

    Thank you.

    Thread Starter sher21

    (@sher21)

    Hi, i just tried your code but it worked for that particular page only

    in other pages also it is getting misaligned…is it possible to change it for all the page in a single go

    i guess we have to make changes in the panel part of your code

    You can try this instead:

    #main-wrapper .entry-content #s {
        width: 92%;
    }
    
    #main-wrapper .entry-content #searchsubmit {
        margin-top: -11px;
    }

    Thank you.

    Thread Starter sher21

    (@sher21)

    thnks

    Thread Starter sher21

    (@sher21)

    i am closing it

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘css for customizing searchbar?’ is closed to new replies.