Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #670554

    Hey folks, a developer friend of mine noticed and fixed a gap in the display of the magnifying glass in the sidebar and the pop-up search utility. Here’s what the gap looks like:

    Gap below magnifying glass element

    Here’s what it looks like fixed:
    Gap fixed

    And here is the custom CSS used:

    #top #s {
     width:100%;position: 
     relative;padding: 8px 47px 11px 5px;
     z-index: 1;
     margin:0;
     box-shadow: none;
    }

    Is that fix the best way to do it? Would Kriesi (or moderators) have any suggestions on improving it?

    Thanks,
    Andy

    #670561

    This is the CSS I always use… it’s a bit simpler but works the same:

    #top #searchsubmit {
        height: 100%;
    }
    • This reply was modified 8 years, 3 months ago by bytesizemedia.
    #670596

    Well gee thanks guys, I had never noticed that “annoying gap” before but now I can’t stop looking at it!

    :)

    #671149

    Hi @AJDesignCo,

    That looks like a perfect solution, thanks for sharing :-)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.