Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1117069
    preetga
    Participant

    Hi there,

    How do I centre the 3 boxes of my subscribe form please? I have them under the picture at the top right of the page. They are name, email and “yes please…sign me up!”

    #1117073
    preetga
    Participant
    This reply has been marked as private.
    #1117074
    preetga
    Participant

    Many thanks!
    Preet

    #1117190
    Friech
    Moderator

    Hi Preet,

    Thanks for writing in! You can add a class center-text to the column where your form is place.

    Hope it helps, Cheers!

    #1117241
    preetga
    Participant

    Hi there,

    I added this to the column but it has not worked. I need the 3 boxes to be centered within that column please. Could you suggest something else please?

    Thanks for your help!

    #1117246
    preetga
    Participant

    The column actually contains a text field with [mc4wp_form id=”5998″] in it. It’s this form that needs centering please

    #1117391
    preetga
    Participant

    I’ve managed to sort this myself, thanks.

    #1117409
    preetga
    Participant

    Just another question though please. How do I get rid of the white space between the image and form within that column?

    Thanks,
    Preet

    #1117480
    Joao
    Moderator

    Hi Preet,

    Please add the following code to Appereance > Customizer > Custom > CSS

    .page-id-5026 .x-column .x-sm .vc .x-1-3 h5 {
    margin-top: 0;
    }

    Hope it helps

    Joao

    #1117494
    preetga
    Participant

    Hi Joao,

    unfortunately that doesn’t work. Could you suggest something else please?

    #1117720
    Darshana
    Moderator

    Hi there,

    Could you please try adding the following CSS rule instead.

    
    .page-id-5026 #x-content-band-2 .x-column.x-sm.vc.x-1-3 > h5 {
        margin-top: 0;
    }
    

    Hope that helps.

    #1118632
    preetga
    Participant

    works perfectly! thanks so much

    #1118642
    preetga
    Participant

    Just another question please? I have a lot of white space in between the first 2 rows on my home page (just above the text “welcome to natural health star – a site that brings you…)

    http://www.naturalhealthstar.com/

    How do I remove this please?

    Thanks so much for all your help!
    Preet

    #1118810
    Paul R
    Moderator

    Hi Preet,

    The image element and custom headlines have default margins that made the space.

    To remove it, you can add mtn in the class field of your custom headline element (Welcome to natural health star…)

    mtn – means margin top none

    Then add mbn to your image element(the big image).

    mbn – margin bottom none

    Hope that helps.

    #1118845
    preetga
    Participant

    that’s wonderful! Thank you sooo much

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