How to fix and edit comment form in blog post

Solved
organizednurse
Excursionist
15 0 3

Hi, could someone show me how to edit the comments form under my blog post? I have tried to look for the code in base.css, but I can't fix it. The issue is that the form looks completely different when my blog post page is published via pagefly. If I publish a post directly from Shopify, it looks fine. How can I fix it so that the form looks normal if I post via pagefly?

 

This is how I want it to look (shopify original comment form):

comment under original blog.png

 

 

 

 

 

 

This is what it looks like when I publish my blog post via pagefly:

comment under pagefly.png

 

 

 

 

Tried to ask pagefly for help, but they told me to contact a Shopify dev...

 

Thanks.

 

One of the pages that needs to be fixed: 5 Note Taking Tips to Pass Nursing School – OrganizedNurseDesigns 

Accepted Solution (1)

Accepted Solutions
PageFly-Victor
Shopify Partner
6894 1410 2651

This is an accepted solution.

This is Victor from PageFly - Shopify Page Builder App

Hi there,

I see that your problem has been solved if there is any problem please tag me in your thread. We are always ready to help you

Best regards,
Victor / PageFly team

Please let me know if it works by giving it a like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7. 


Let’s create a unique website design with PageFly for free now! 

View solution in original post

Replies 2 (2)
ExpertRookie
Shopify Partner
1516 247 284

Hi @organizednurse 
In this case you need to contact with app supporter, they will help you check and fix the problem
or you can try to add this code into the bottom of file base.css

#comment_form .pf-r {
display: flex;
flex-wrap: wrap;
}
@media(min-width: 749px){
#comment_form .pf-c-lg--6 {
width: 50%;
}
#comment_form .pf-c-lg--12 {
width: 100%;
}

}
- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.
PageFly-Victor
Shopify Partner
6894 1410 2651

This is an accepted solution.

This is Victor from PageFly - Shopify Page Builder App

Hi there,

I see that your problem has been solved if there is any problem please tag me in your thread. We are always ready to help you

Best regards,
Victor / PageFly team

Please let me know if it works by giving it a like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7. 


Let’s create a unique website design with PageFly for free now!