Tagged: x
-
AuthorPosts
-
January 4, 2017 at 6:35 pm #1316596
sngngrlParticipantHello,
I need help formatting my post pages. When I make a post, this is how it ends up looking..
http://lgcfinancial.com/index.php/2017/01/05/when-hybrid-long-term-care-insurance-makes-sense/
The featured image is overlapping with the header. How do I fix this alignment?Also, my post page has a side widget but it’s not populating with the posts. Can I keep the side widget on the post page but then have full width view on the actual posts themselves?
Thanks so much for your help!
January 5, 2017 at 1:25 am #1316991
RupokMemberHi there,
It’s causing because you have added the belwo code :
body .x-navbar { position: fixed; width: 100%; }If you set Fixed Top Navbar then it will be automatically fixed on scroll which is best option instead of forcing fixed position initially.
If you still want to keep that, then you can add this as well :
.x-container > .offset { margin: 135px auto; }Cheers!
January 5, 2017 at 1:17 pm #1317696
sngngrlParticipantThank you. The Fixed Top Navbar is in place throughout this entire site. I have adjusted each page including the main post page so that the content does not overlap with the navbar. However, this overlap is only occurring on the actual posts and blog posts themselves. Is there any way to only adjust the formatting on the posts? The suggesting you made above is adjust every page on my site.
January 5, 2017 at 2:49 pm #1317838
JadeModeratorHi there,
Please use this code:
.single-post .x-navbar { position: relative; } .single-post .x-navbar.x-navbar-fixed-top { position: fixed; }Hope this helps.
January 5, 2017 at 4:49 pm #1317940
sngngrlParticipantPerfect! Thank you so very much. You guys are THE best. Top notch support always.
January 5, 2017 at 6:39 pm #1318062
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1316596 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
