How can I separate every single search result or create a border or dividing line visible only from Desktop?
Hi Tobix,
Sure - try adding the following to html/default.css
@media only screen and (min-width:40.063em) { .pt_sr_each { border-bottom: 1px solid #ccc; } }
...or as required. Don't forget to do a hard refresh (CTRL+F5 in most browsers) after editing CSS to ensure that it is reloaded...
Cheers, David. -- PriceTapestry.com
Works!
©2006-2024 IAAI Software | Contact Us | Privacy Policy
Hi Tobix,
Sure - try adding the following to html/default.css
@media only screen and (min-width:40.063em) {
.pt_sr_each {
border-bottom: 1px solid #ccc;
}
}
...or as required. Don't forget to do a hard refresh (CTRL+F5 in most browsers) after editing CSS to ensure that it is reloaded...
Cheers,
David.
--
PriceTapestry.com