Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #842875

    I can’t seem to get the buttons in my MailChimp form to be the same height. The buttons are located at the bottom of my home page under “Signup for our Newsletter”. The site is identified in the private content. Thank you.

    #842881

    I figured out a different solution by using a widget at the bottom of my home page but I am still having an issue with two items:

    1. The email field button in the widget is bigger in height than the subscribe now button. I would like them to be the same side.
    2. I would like to remove the padding between the widget and the section just above it. Ideally, I want the widget to show just below the course catalog image that’s above it right now.

    Any ideas?

    #843038

    Hi dorikoren,

    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

    
    #top input[type="email"] {
      margin-bottom: 0px;
    }
    
    #after_section_4  .content {
      padding-top: 0px
    } 
    
    #after_section_4 {
      border-top: 0px;
      border-top-color: transparent;
    }
    
    div .av_one_third.avia-builder-el-72  {
        margin-left: 3%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #843349

    Ok, thanks I will try that

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