Tagged: x
-
AuthorPosts
-
May 23, 2016 at 4:08 pm #1005994
FramewaveMediaParticipantHello,
Ive moved my blog from the standard posts page to a custom page so that I can use a 3rd party plugin to manipulate what my blog posts look like.
I had to add padding to the content band that contains the plugin shortcode so that it was not sitting right under the Navigation bar. The problem is that the padding only affects the blog content on the left and not the side bar so they are not formatted evenly at the top. I tried to remedy this problem by adding padding to the widget to get them to match which works on the main /blog but when you go to the actual post the formatting is off.
I know what I am doing is a bit backwards, but if you could show me how to correctly accomplish this so the formatting is always consistent i would be grateful. Thank you
May 23, 2016 at 9:34 pm #1006459
Prasant RaiModeratorHello There,
Thanks for writing in!
I see that you have a empty text widget in sidebar. Request you to please remove that. Please see:

After that please add following CSS under Custom > CSS in the Customizer:
.single .x-sidebar div#cc_mm_widget-2 { margin-top: 0 !important; }Thanks.
May 24, 2016 at 10:25 am #1007434
FramewaveMediaParticipantThe blank widget was being used to add spacing to the side bar. I have removed the widget and added the CSS you gave me and the problem is the same as when i started.
http://www.contigotechnology.com/blog/
Please advise. Thanks
May 24, 2016 at 11:50 am #1007584
Nabeel AModeratorHi again,
Instead of giving padding to the content band try this:
.x-container.max.width.offset { padding-top: 80px !important; }Remove the padding from the content band. Let us know how this goes!
May 24, 2016 at 12:06 pm #1007611
FramewaveMediaParticipantI’ve removed the padding and added the new code, but there is still something keeping them from being aligned and when you click to the individual blog post it is adding padding below the gray line that I suppose is hard coded to the theme for blog pages. Is there a way to make them look identical?
May 24, 2016 at 4:19 pm #1007964
JadeModeratorHi there,
Do you want to remove the gray border and lessen the gap between the menu and the content in the single post pages? If so, try using this CSS:
.single-post .x-header-landmark { border: 0; padding: 0; }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1005994 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
