Forum Replies Created
-
AuthorPosts
-
Skandha
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,
SkandhaSkandha
Participant@Jesper: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.singular-section { display: none; }
Let me know if this does the trick!
Regards,
SkandhaSkandha
Participant@skynet: Yes will need to replace the the_excerpt() with the_content(). You should do this change in tag.php file.
Let me know if this resolves your issues!
Regards,
SkandhaSkandha
Participant@Kashina: This maybe a result of a plugin conflict. Try disabling the plugins you have used one by one to check if it is causing the issue and then just replace the specific plugin with another plugin that doesn’t cause issues. Check out the link to know how to recognize plugin conflicts.
Let me know if this solves your issue!
Regards,
SkandhaSkandha
Participant@harmwal: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.nav-links { display: none; }
Let me know if this works.
Regards,
SkandhaSkandha
Participant@AZ_photos: I missed a semicolon after red, please add it!
Skandha
Participant@AZ_photos: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.breadcrumb-area.custom { color: red; background-color: black; } .breadcrumb a { color: red }
Change the text color and background-color as desired.
Let me know if does the trick!Regards,
SkandhaSkandha
Participant@AZ_photos: I see that you have added the following code as Additional CSS.
#content article { background-color: black; }
Remove the word article and save and publish, you should see the background changed to black.
Let me know if this sovles the issue.Regards,
SkandhaSkandha
Participant@AZ_photos: Change is visible at my end after adding the CSS code. Take a look at my screenshot.
There must some issue at your end. Try clearing your browser cache and see if it works.Regards,
SkandhaSkandha
Participant@AZ_photos: The background color is only visible in boxed layout. Go to => Appearance => Theme Options => Layout Options and select boxed as site layout.
However, i don’t think the background color will effect the white area you’re mentioning.
For that Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#content { background-color: black; }
Let me know if this works!
Regards,
SkandhaSkandha
Participant@AZ_photos: Go to => Appearance => Customize => Color => Background Color and select your desired color!
Let me know if you have any more issues!
Regards,
Skandha -
AuthorPosts