• Join us to download any resource for free. You will be able to download or guest post.
    Sign Up Now

Help me please

javier0618

New member
What should I edit in the html code so that there are three columns and not 2
SharedScreenshot.jpg
 
I think it's perfectly created. No. of columns automatically increases with screen size. You want to show three columns on Mobile?
 
Please provide your website link as this template does have two versions and I don't know which are you using
 
Add this css just before /head
Code:
<style>
@media screen and (max-width: 480px) {
.gtc-raf {
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
}
}
</style>
 
Add this css just before /head
Code:
<style>
@media screen and (max-width: 480px) {
.gtc-raf {
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
}
}
</style>
Sorry to bother you bro, but could you help me get related entries to appear?
 
Add this css just before /head
Code:
<style>
@media screen and (max-width: 480px) {
.gtc-raf {
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
}
}
</style>
kashif could you help me with something else, it turns out that this template only shows me 20 entries and even if I change that value they don't appear anymore, what can I do?

Please
 

Similar threads

May 2024

Total amount
$54.75
Goal
$250.00
Donation ends:

Staff online

Forum statistics

Threads
9,481
Messages
24,094
Members
55,442
Latest member
thebigman
Top