Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS.
.hentry { border-radius: 0; }Let me know if you have any more issues!
Regards,
SkandhaSkandha
Participant@Kathrin: Go to => Appearance => Customize => Additional CSS and add the following CSS.
.entry-content { border-top: none; }Let me know if you have any more issues!
Regards,
SkandhaJanuary 24, 2018 at 2:39 am in reply to: Featured Page Widget on Mobile Device large and inconsistent distance from text #130439Skandha
Participant@dadoonan: Please discard the previous reply and follow this one. Goto => Appearance => Customize => Additional CSS add the following code.
@media screen and (min-width: 991px) { #masthead { display: none; } }Let me know if this solves your issue!
Regards,
SkandhaSkandha
Participant@dadoonan: You can remove the author by adding a bit of CSS Code. Go to => Appearance => Customize => Additional CSS and add the following code.
.author { display: none; }Let me know if you have any more issues!
Regards,
SkandhaSkandha
Participant@dadoonan: To remove the extra padding Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#masthead { display: none; }Let me know if this solves your issue!
Regards,
SkandhaJanuary 23, 2018 at 5:54 am in reply to: Featured Page Widget on Mobile Device large and inconsistent distance from text #130368Skandha
Participant@fkey541: Please discard the previous reply. Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (max-width: 640px) { .entry-header { height: auto; overflow: unset; } }Let me know if this resolves your issue!
Regards,
SkandhaSkandha
Participant@skynet: Glad that the issues have been resolved. Have a good day!
Regards,
SkandhaSkandha
Participant@skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS Code
.commentlist > li.comment{ border-color: white; }Let me know if you have any more issues!
Regards,
SkandhaSkandha
Participant@skynet: Please replace the previous CSS code with the code below.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code#content article { padding-bottom: 0; }Let me know if this does the trick!
Regards,
SkandhaSkandha
Participant@skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#post-13238,#post-13180,#post-13144,#post-13134,#post-13095,#post-13090,#post-13179{ padding-bottom: 0; }Let me know if this resolves the issue!
Regards,
SkandhaJanuary 23, 2018 at 2:16 am in reply to: Featured Page Widget on Mobile Device large and inconsistent distance from text #130351Skandha
ParticipantHello, @fkey541: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (max-width: 640px) { .fl-module-content { margin-bottom:0; } .fl-row-content-wrap { padding: 0; } }Let me know if the issues still persist.
Regards,
SkandhaSkandha
ParticipantHello @andressen, the CSS code given by @skynet should do the trick.
Thank you @skynet for the reply.Regards,
SkandhaSkandha
Participant@skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (max-width: 640px) { #nav-below { border:none; } }Let me know if this works out!
Regards,
SkandhaSkandha
Participant@Kashina: Glad to know that the issue is resolved! Have a good day!
Regards,
SkandhaSkandha
Participant@Jesper: I’m sorry i gave you the previous CSS. Yes, that white space is for the content part after the featured content. The white space gets adjusted when you add some content or posts after the featured content. If you want to remove that white space only from the homepage that is if you dont have any more contents to display in your homepage Go to => Appearance => Customize => Additional CSS and add the following CSS Code
.home .singular-section { display: none; }This will hide the white space only on your homepage!
Let me know if you have any more issues!Regards,
Skandha -
AuthorPosts
