- This topic has 8 replies, 2 voices, and was last updated 8 years, 10 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Biography Pro › Single Post Blog Page
Tagged: sidebar, single post
I really like this theme, but I do have a couple of questions. First, everything lines up on the blog page between content and sidebar, but in the single post format, the sidebar gets pushed down. Is there a way to keep the alignment. It looks a little wonky.
http://cwmemory.com/blog/
http://cwmemory.com/2016/01/20/how-finding-your-roots-manipulates-the-past/
Hi kevlvn,
Custom CSS should do the trick in this case. Please paste the following snippet in Appearance -> Customize -> Theme Options -> Custom CSS
field.
.single .wrapper.page-inner-title {
width: 66%;
}
.single div#secondary {
position: relative;
top: -60px;
}
Hope this helps resolving this issue.
Thanks
That works, but is there a way of leveling out the sidebar with the post title on single post page. In other words, the sidebar is still slightly pushed down. Thanks again.
Well, did you paste the given code in required Custom CSS field of your Customizer ?
It works. When the title goes to two lines the sidebar lines up with that second line instead of the first. It’s a minor issue. Thanks.
Try increasing the ‘top’ CSS property that would level the sidebar with post title. I think you can replace it with following value.
.single div#secondary {
position: relative;
top: -88px; /* adjust this CSS value if required */
}
Perfect!
Cheers ! glad that it worked!!. If you have any other problem or queries, feel free to post.
Thanks
Already posted another question about home page button in header.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |