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?
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
Perfect! Thanks Ismael