Tagged: x
-
AuthorPosts
-
August 16, 2016 at 12:31 pm #1133894
Brent-StParticipantHi,
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
August 16, 2016 at 1:43 pm #1134008
RahulModeratorHey 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!
August 16, 2016 at 3:09 pm #1134135
Brent-StParticipantHi,
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
August 16, 2016 at 3:20 pm #1134147
Brent-StParticipantThis reply has been marked as private.August 16, 2016 at 4:09 pm #1134195
JadeModeratorHi Brent,
Please add this code in the customizer instead:
.h-feature-headline span { padding-left: 0; }Hope this helps.
August 16, 2016 at 4:30 pm #1134209
Brent-StParticipantHi,
Unfortunately this is not working either.
thanks,
Brent
August 17, 2016 at 12:53 am #1134744
RupokMemberHi 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!
August 17, 2016 at 12:12 pm #1135447
Brent-StParticipantthat is great.
thanks very much
brent
August 17, 2016 at 1:03 pm #1135509
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1133894 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
