Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1065102

    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

    #1066124

    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

    #1066130

    Hi Basilis,
    Any of the Blog Posts…. I’ve put a link to the latest below.

    The following image shows….

    View post on imgur.com

    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

    • This reply was modified 5 years, 9 months ago by hbourdillon.
    #1066965

    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

    #1067051

    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

    #1068758

    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

    #1068873

    Great, thank you Ismael!

    #1068938

    Hi hbourdillon,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.