albinoo
September 19, 2023, 1:36pm
1
I was able to place it on the home page, but not on the ad page.
Can someone help me?
This is the CSS that allowed the first page to be divided into two columns:
@media only screen and (max-width: 58em) {
.home .hp-listing .hp-grid__item {flex-basis:50%; max-width:50%; padding: 0.4375rem 0.30rem;}
}
andrii
September 20, 2023, 7:12am
2
Hi,
Sorry, there’s no simple code snippet for this, it would require a custom implementation. If customizations beyond the available features are required for your site, please consider hiring someone for custom work https://fvrr.co/32e7LvY
albinoo
September 20, 2023, 4:26pm
3
Thanks for the answer, but when searching, all I had to do was find the class for this block in the announcement list…
@media only screen and (max-width: 58em) {.hp-row .hp-grid__item {flex-basis:50%; max-width:50%; padding: 0.4375rem 0.30rem;}
}
1 Like
system
Closed
October 20, 2023, 4:27pm
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.