Help me please

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

javier0618

New member
Aug 17, 2022
19
4
3
What should I edit in the html code so that there are three columns and not 2
SharedScreenshot.jpg
 
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

March 2024

Total amount
$38.00
Goal
$250.00
Donation ends:

Staff online

Members online

Latest posts

Forum statistics

Threads
9,014
Messages
22,591
Members
51,410
Latest member
Prudent Neo

About us

  • Our community has been around from 2017 and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. Providing Free Resources to help newcomers/startups. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu