Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1170642
    LDudIdea
    Participant

    Is it possible to center the vertical bar. I’d like to center the vertical bar to the center of the word Media. In other words, the | is centered with the letter “d” in Media.

    #1170721
    Rupok
    Member

    Hi there,

    Thanks for writing in! That could be possible. To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1172405
    LDudIdea
    Participant
    This reply has been marked as private.
    #1172626
    Rupok
    Member

    Hi there,

    Thanks for updating. The text is already centered so it would be unusual. But if you still want you can add a negative margin to the paragraph :

    <p style="margin-left: -50px;">[email protected] | 888.888.888</p>

    Hope this helps.

    #1174130
    LDudIdea
    Participant
    This reply has been marked as private.
    #1174404
    Christopher
    Moderator

    Hi there,

    Please add mtn in headline’s class field.
    Update text element to :

    <p class="mbn">[email protected] | 888.888.888</p>

    Hope it helps.

    #1177519
    LDudIdea
    Participant
    This reply has been marked as private.
    #1177744
    Friech
    Moderator

    Hi There,

    That gap is the top margin of the Custom Headline element “Media”. Please apply any of the spacing helper class below on your Custom Headline element.

    mtn – Margin Top No
    mts – Margin Top Small
    mtm – Margin Top Medium
    mtl – Margin Top Large

    Hope it helps, Cheers!

    #1179772
    LDudIdea
    Participant
    This reply has been marked as private.
    #1179938
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thank you.

    #1180738
    LDudIdea
    Participant
    This reply has been marked as private.
    #1180831
    Rad
    Moderator

    Hi there,

    It’s due to <p></p> wrapping your content, instead, please add no_paragraph_margin to your text element’s class where 888.888.8888 is. Then add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .no_paragraph_margin p:last-child {
    margin: 0px !important;
    }

    Hope this helps.

    #1182414
    LDudIdea
    Participant
    This reply has been marked as private.
    #1182663
    Paul R
    Moderator

    Hi,

    Please remove the semi colon in the class field.

    Then add this in Custom > css

    
    
    body p:empty {
        display:none;
    }
    

    Hope that helps.

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