Shopify themes, liquid, logos, and UX
Hi there,
I've been stuck trying to edit the padding of my FAQ page to make the titles all the same height on the other pages. I used an app for this FAQ page so maybe that's why the padding height is different. This is the URL of the padding height I need the same as the other pages: https://flexiprobands.com/a/faq
Thanks to anyone who can help, I really appreciate it!
P.S. Ive tried these and they don't work
1.
@media only screen and (min-width: 750px)
#easy-faq-app-header{
padding-top:55px!important;
}
}
#easy-faq-app-header{
padding-top:35!important;
}
2.
.main-content.js-focus-hidden{
padding-top: 55px !important;
}
3.
<style>
#easy-faq-app-header{
padding-top:35!important;
}
@media only screen and (min-width: 750px)
#easy-faq-app-header{
padding-top:55px!important;
}
}
</style>
You can try with this code.
Follow this:
Go to Online Store->Theme->Edit code->theme.css->paste bellow code in bottom of file
.main-content.js-focus-hidden{
padding-top: 55px !important;
}
If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.
Best regards,
Hi there @slimzy_12 ,
Not sure if you read my whole question but I said I tried that code! Would you be able to find any other solutions, Ill mark you as helpful 🙂
User | RANK |
---|---|
126 | |
99 | |
77 | |
69 | |
39 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022