Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1224065
    fabipaolini
    Participant

    Hi guys!
    So, I have a problem with spacing above a contact form in my page.

    Here’s my page: http://www.fabipaolini.com
    I don’t want that space above the Raw form (COnvertkit). there’s too much space between that and “for discovering the foundation of your brand”

    I want the spacing to look like the form on: http://byregina.com

    Also, how do I adjust the content band so that the circle in my form can be bigger than the turquoise background? Basically, I want that section to look just like the one in http://byregina.com

    Can you help with these issues? thanks!
    Fabi

    #1224080
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    The given URL doesn’t seem to be working here.

    Error : 403 Forbidden – You don’t have permission to access / on this server. See attached!

    Let us know how we could help you out!

    #1224147
    fabipaolini
    Participant

    Yes, that was fixed. Can you look at it again?
    thanks
    fabi

    #1224426
    Nabeel A
    Moderator

    Hey Fabi,

    I tried checking your site but it gives me an error of 504 Gateway Time-out Please check in with your hosting provider regarding this issue.

    Do let us know when it’s fixed. Thanks!

    #1224441
    fabipaolini
    Participant

    Hi! Themeco hosting has been having problems all day long 🙁
    Apparently it’s up again. Please check again
    Thanks

    #1224598
    Jade
    Moderator

    Glad to hear it’s now sorted. 🙂

    #1225474
    fabipaolini
    Participant

    Thanks, but can you please answer my original question? haha

    Hi guys!
    So, I have a problem with spacing above a contact form in my page.

    Here’s my page: http://www.fabipaolini.com
    I don’t want that space above the Raw form (COnvertkit). there’s too much space between that and “for discovering the foundation of your brand”

    I want the spacing to look like the form on: http://byregina.com

    Also, how do I adjust the content band so that the circle in my form can be bigger than the turquoise background? Basically, I want that section to look just like the one in http://byregina.com

    Can you help with these issues? thanks!
    Fabi

    #1225645
    Joao
    Moderator

    Hi Fabi,

    You can add the following code to Appereance > customizer > Custom > CSS

    .page .ck_form.ck_naked {
         margin-top: -15px;
    }
    
    img .aligncenter.wp-image-2292 {
        width: 300px;
        margin-top: -40px !important;
        margin-bottom: -40px !important;
    }
    
    

    Hope that helps

    Joao

    #1225679
    fabipaolini
    Participant

    Thanks Joao!
    The one with COnvertkit worked, but the one in the image didn’t.
    What should I do?
    Thanks
    Fabi

    #1226180
    Friech
    Moderator

    Hi Fabi,

    Please replace the second block of code above with this:

    @media (min-width:  980px) {
    	.max-h-freeguide {max-height: 200px;}
    	.img-overflow {margin-top: -40px;}
    }

    Then apply the class max-h-freeguide to that second Section. And apply the class img-overflow to that circle image.

    e.g.
    <img class="aligncenter wp-image-2292 img-overflow" src="" />

    Hope it helps, Cheers!

  • <script> jQuery(function($){ $("#no-reply-1224065 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>