Two-column mobile ad page

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;}	
}

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

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

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.