Home › Forums › Jevelin Theme › Padding
Home › Forums › Jevelin Theme › Padding
Hi, having some issues with columns at the moment as it seems to be inserting invisible padding maybe?
This is the page in question https://quirks.essexwebdesignstudio.com/ and i’m trying to get it to look like the attached image.
Hopefully you can help as it seems to be adding padding under the Title when i want them grouped as per the attached screenshot 🙂
Thanks, Adam
Hi Adam,
I hope you are well today and thank you for your question.
I have made it work on your shared site using below CSS code.
.counter-wrapper .sh-counter { float: right; margin-right: 45px; }
Could you please confirm it?
Best regards,
Shufflehound team
Hi,
Looks great on desktop… but not so great on mobile.
Can we move the counters to the bottom when on mobile?
Thanks, Adam
Solution for this topic
To achieve that please use below custom CSS code instead of the CSS code shared above.
@media (min-width: 770px ){ .counter-wrapper .sh-counter { float: right; margin-right: 45px; } }
that’s great thank you 🙂
You are most welcome here 🙂