Forum Replies Created
list of topics you have created till now.
-
-
I tried deactivating all the plugins but the sidebar still didn’t populate. I’ve sent you the email with my admin details with this topic url attached.
You can head to my website if you want another example of the theme in action.
That got rid of it. I apologize, I didn’t realize it was a third party plugin causing that.
I set page sidebar for each page’s setting on the edit screen.
This is the website (http://www.littlestbookshelf.com/)
I’m trying to remove the related section under each post in the review and blog content.
This is the CSS I’m using on the website:
.site-header { padding-bottom: 0; }
.home .entry-content img { margin-top: 0; }
.home .entry-content p { margin-top: 0; }
.home .page .entry-content { padding-top: 0; }
.site-description { font-size: 0.9em; }
h1.site-title { line-height: 0; margin-bottom: 0; }
h1.site-title a { border-bottom: 0; }
h2.site-description { margin-top: 0; }
@media screen and (min-width: 767px) { .site-header .row { position: relative; } }
.middle { padding-bottom: 0; }
.page > .entry-header > .entry-title { display: none; }
.page .comments-area { display: none; }
.post-archive .page-title { display: none; }
.related-posts { display: none; }I set both pages to display the page sidebar I set up in the apperance>widgets>page sidebar section but neither is showing up.
I tried the code and cleared the cache but the related section is still coming up.
Looks good!
Will I still be able to display comments on posts with the CCS code:
.comments-area { display: none; }
I’d like for them to show up on posts, just not pages.
I’m sorry :) I had the code in there but must have taken it out when I was working with the footer spacing. It all looks great now! Thank you so much! The support you provide is excellent!
Thank you, that seemed to fix the gap between the footer and the text. I’m still working on bringing the menu, tagline and logo a little closer together.
I copied the CCS codes you provided and the white space is still there. I’ve been putting the code directly into the “Customer CCS” field in the “Theme Options” menu. This is what I’ve got copied into the field.
.site-header { padding-bottom: 0; }
.home .entry-content img { margin-top: 0; }
.home .entry-content p { margin-top: 0; }
.home .page .entry-content { padding-top: 0; }
.site-description { font-size: 0.9em; }
@media screen and (min-width: 767px) { .site-header .row { position: relative; } }
.site-header .textwidget { position: absolute; top: 0; }
.site-header #searchform { position: absolute; top: 0; right: 0; }
.page > .entry-header > .entry-title { display: none; }
.comments-area { display: none; }Also the formatting on the logo, menu and tagline vanishes on the about page but reemerges on the other pages.
I tried not allowing comments on the pages and the white space is still there. I also tried the css code but it didn’t change the spacing at the bottom. This is what my Custom CSS field looks like.
.site-header { padding-bottom: 0; }
.home .entry-content img { margin-top: 0; }
.home .entry-content p { margin-top: 0; }
.home .page .entry-content { padding-top: 0; }.site-description { font-size: 0.9em; }
@media screen and (min-width: 767px) {
.site-header .row {
position: relative;
}.site-header .textwidget {
position: absolute;
top: 0;
}.site-header #searchform {
position: absolute;
top: 0;
right: 0;
}
}.page > .entry-header > .entry-title { display: none; }
.comments-area { display: none; }
Thank you. That solved my problem.
Worked wonderfully. Thanks!
Hi Serkan,
I actually decided to try and play around with the theme more to try and understand how it works on my own before taking your time. Thank you for the prompt response.