Archived topic
Border not shown in mobile
3 replies · Started by Kanta on November 10, 2020
Hello Sir
In the desktop article or sidebar widget border (left, right, top, bottom) shown very good on tvoptions but when mobile mode is open left or right border line not showing. Which css code should use for showing border for articles in mobile screen.
Hi there,
try adding this CSS:
@media(max-width: 768px) {
.generate-columns-container {
padding: 10px;
}
}
David Sir
This css code not working properly.
I will remind again, I want to show border around in each Archives on the mobile.
That CSS i provided adds space around the posts container which should stop the borders from hitting the sides of the mobile browser.
Can you add the code back in so i can see what the issue is?