Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1133894
    Brent-St
    Participant

    Hi,

    I am having an issue with aligning the feature headline to the left on numerous pages.

    An example of this is at http://command-shift.com/callinex/manitoba-exploration/

    The SUCCESS RATE, INFRASTRUCTURE and TIMELINES AND CAPEX Feature headlines will not align far enough to the left to align with the text.

    any help is greatly appreciated.

    Thanks,

    Brent

    #1134008
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    You need to change the padding of the text from the Customizer of your site.

    Search for the below code :

    .h-feature-headline span {
      display:inline-block;
      padding-left:1.5em;
      position:relative;
    }

    You just need to remove Padding-left:1.5em; from it.

    Let us know how it goes!

    #1134135
    Brent-St
    Participant

    Hi,

    I added:

    .h-feature-headline span {
    display:inline-block;
    position:relative;
    }

    to the css customizer but it did not work.

    Did i do this correctly?

    Thanks,

    Brent

    #1134147
    Brent-St
    Participant
    This reply has been marked as private.
    #1134195
    Jade
    Moderator

    Hi Brent,

    Please add this code in the customizer instead:

    .h-feature-headline span {
        padding-left: 0;
    }

    Hope this helps.

    #1134209
    Brent-St
    Participant

    Hi,

    Unfortunately this is not working either.

    thanks,

    Brent

    #1134744
    Rupok
    Member

    Hi Brent,

    The above suggested code is right and must work if you add this correctly. Make sure the other code above it is closed properly and not preventing this to generate.

    .h-feature-headline span {
        padding-left: 0;
    }

    Actually I went ahead to your customizer to check and found this – http://prntscr.com/c6pwpo

    I have fixed the unclosed code to make sure there is no other issue.

    Thanks!

    #1135447
    Brent-St
    Participant

    that is great.

    thanks very much

    brent

    #1135509
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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