Hi there,
I would like the Subscribe section on my Blog Posts to be the same width as the Comment Section above and would also like the Comment Button to be the same width as the Subscribe Button.
Please can you help with the appropriate code?
Many thanks
H
Hey hbourdillon,
Which page is that? Please show us the exact page we do not need admin details.
And please generate a screensht that shows exactly what you need to achieve and we will take it from there for you.
Best regards,
Basilis
Hi Basilis,
Any of the Blog Posts…. I’ve put a link to the latest below.
The following image shows….
The blue and pink arrows show that I would like this section (Subscribe To The Blog) to be the same width as the Comment section above.
For the Green Boxes, I would like the bottom one (Subscribe) to be the same larger width as the top one (Post Comment)
Thanks
H
Hi hbourdillon,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.av-buildercomment + .flex_column.av_one_full {
padding: 0 !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks, I’ve added it in under Appearance / Customize / Additional CSS.
Sorry, in terms of the green boxes, I should have said I want the height of them to be the same, not just the width! Could I please have the code to achieve that?
Many thanks
H
Hi,
Use this css code to adjust the height of the button.
.comment-form input[type="submit"], .comment-form #submit, .comment-form .button {
padding: 13px 10px 14px;
}
Best regards,
Ismael
Great, thank you Ismael!
Hi hbourdillon,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria