Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #169086

    Hi – Please visit http://thecaloriemythbook.com/ and perform a search for “bailor” using the magnifying glass in the header. How can we avoid having the search results be all mashed up on the page?

    #169189

    Hi stunna42!

    Please add this on your custom.css or Quick CSS:

    .search .post-meta-infos {
    position: relative;
    left: 20px;
    }
    
    .search h2.post-title.entry-title {
    padding-left: 60px;
    }
    
    .search-result-counter {
    position: relative;
    left: 0;
    top: 1px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    height: 44px;
    line-height: 24px;
    padding: 10px;
    text-align: center;
    border-radius: 100px;
    width: 44px;
    float: left;
    }

    Best regards,
    Ismael

    #169485

    Perfect! Thanks Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘odd behavior on search results page’ is closed to new replies.