Tagged: x
-
AuthorPosts
-
September 7, 2016 at 4:06 am #1164142
StuartParticipantHi, on my posts page, I would like to increase the padding and remove the shadow above the ‘News & Events’ heading.
Grateful for your assistance.
Thanks.
September 7, 2016 at 7:02 am #1164330
DarshanaModeratorHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.blog .x-header-landmark { padding-top: 40px; }Shadow is coming from the following custom CSS rule that you have already added.
.x-navbar { box-shadow: 0 0 35px rgba(0, 0, 0, 0.25); }You can add the following code also to change your post page.
.blog .x-navbar { box-shadow: 0 0 35px rgba(0, 0, 0, 0.05); }Hope that helps.
September 12, 2016 at 1:40 am #1170845
StuartParticipantThanks, that works. Although I should note that I didn’t add the box shadow to x-navbar, that came with the expanded demo 🙂
September 12, 2016 at 1:53 am #1170867
ChristopherModeratorHi there,
Please remove this code :
.blog .x-navbar { box-shadow: 0 0 35px rgba(0, 0, 0, 0.05); }And add this one :
.x-navbar { box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135); }Hope it helps.
September 12, 2016 at 2:24 am #1170907
StuartParticipantActually, I’ve just discovered it only works on the News page, but not on individual post pages (see example).
Grateful for your assistance with this.
September 12, 2016 at 2:40 am #1170925
RupokMemberHi there,
That’s already mentioned on previous reply that you need to remove this code :
.blog .x-navbar { box-shadow: 0 0 35px rgba(0, 0, 0, 0.05); }Let’s remove this to get expected result.
Thanks!
September 12, 2016 at 5:05 am #1171119
StuartParticipantThanks, and apologies for not reading properly! 🙂
September 12, 2016 at 5:12 am #1171123
StuartParticipantActually, to completely answer my question, I have discovered that I also need to remove “.blog” from the following code to get the padding to work globally:
.blog .x-header-landmark { padding-top: 40px; }September 12, 2016 at 5:17 am #1171130
ChristopherModeratorLet us know if you have further questions.
September 12, 2016 at 5:20 am #1171134
ThaiModeratorGlad you’ve sorted it out.
If you need anything else, please let us know 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1164142 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
