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 |
---|---|
180 | |
154 | |
72 | |
35 | |
34 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023