Tagged: x
-
AuthorPosts
-
May 26, 2016 at 5:35 pm #1011884
ahurlburt53ParticipantI’ve added css to remove individual post titles, no luck. Would also like to remove the white space between graphic and nav bar
screen shot http://i.imgur.com/wgTgO0F.png
http://www.tampabaywebsitedesigner.com/cornerstone-template/
May 26, 2016 at 7:41 pm #1012002
JadeModeratorHi there,
Please use this CSS:
.single-post .x-container.max.width.offset { padding-top: 0; }May 26, 2016 at 9:39 pm #1012262
ahurlburt53Participantnot even close, any other suggestions
May 26, 2016 at 11:11 pm #1012363
Prasant RaiModeratorHello There,
Please replace the code with following:
.x-container.max.width.offset { padding: 0 !important; }Thanks.
May 27, 2016 at 4:21 am #1012674
ahurlburt53Participantdid not work. It appears there is some type of conflict
May 27, 2016 at 4:53 am #1012698
RahulModeratorHey there,
Use this instead :
@media (min-width: 979px) .single-post .entry-title { font-size: 180%; display: none; } @media (min-width: 979px) .single-post .entry-wrap { margin-top: -59px; margin-left: -20px; margin-right: -20px; }Let me know how it goes!
May 27, 2016 at 10:38 am #1013074
ahurlburt53ParticipantSorry did not work either.
May 27, 2016 at 3:28 pm #1013472
DarshanaModeratorHi there,
Copy all of your Customizer, Custom > CSS code into an online tool like CSS Lint (http://csslint.net/) and then check for errors. Newly added CSS will not work or parse correctly when you have errors in your existing CSS.
Thanks!
May 28, 2016 at 10:44 am #1014438
ahurlburt53Participantthe only css ive gotten was from your support. Please fix
May 28, 2016 at 12:27 pm #1014502
ThaiModeratorHi There,
Please add the following CSS:
.single-post header.entry-header { display: none; } .single-post .x-container.max.width.offset { padding: 0; } .single-post .entry-content { margin-top: 0; } .single-post .entry-wrap { padding-top: 0 !important; }If it doesn’t work, please provide us with your admin account so we can take a closer look.
Thank you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1011884 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
