Tagged: x
-
AuthorPosts
-
June 14, 2016 at 12:38 am #1040801
re.freschParticipantGood day…
We are trying to accomplish two things with the blog that we can’t seem to edit using cornerstone.
1. We want to be able to hide the Tags on both the index page as well as the open post page. We were given the following code by your ThemeCo. colleague:
.pracia .tg-cats-holder {
display: none;
}However, as we noticed that it included “cats” we did not want to try it as we don;t want to hide the Categories but just the tags. Is the code OK as is? If not, can you pls resend it thru so we only hide the tags and not the categories also?
— — —
2. We wanted to reduce the column width of the txt frame on the open blog and were issued the following code:
.single-post .entry-header, .single-post .entry-content {
max-width: 88%;
width: 88%;
display: block;
margin: 20px auto;
}
.single-post .entry-thumb img {
width: 100%;
}However, it also creates a margin/padding on the left hand side. We want to keep the txt frame flush with the left edge of the image, just don’t want the text from so wide. SEE ATTACHED IMAGE. Can you pls help us to achieve this?
Thanks!
June 14, 2016 at 6:23 am #1041171
FriechModeratorHi There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Cheers!
June 14, 2016 at 7:26 am #1041254
re.freschParticipantThis reply has been marked as private.June 14, 2016 at 10:59 am #1041616
RupokMemberHi there,
Thanks for writing back.
#1. I can’t find any blog index page so can’t check the issue. There is no tag, category on the single posts. However since the code is already provided you should try first before posting again. If that hide the category then you should let us know again, preferably on the same thread where you got the code.
#2. You can add this CSS as well :
.single-post .entry-featured { display: block; margin: 0 auto; max-width: 88%; width: 88%; }Hope this helps.
Cheers!
June 15, 2016 at 1:12 am #1042722
re.freschParticipantThis reply has been marked as private.June 15, 2016 at 8:44 am #1043229
LelyModeratorHi There,
Thank you for the screenshot.
I can see that the feature image is now on the left part.
Please add this CSS instead to adjust width of the text content:.single .entry-wrap { width: 75%; }In case you want to move the text on the left most part, please check the following custom CSS:
.single-post .entry-header, .single-post .entry-content { max-width: 88%; width: 88%; display: block; margin: 20px auto; }The result is this:

Hope this helps.
June 16, 2016 at 12:19 am #1044574
re.freschParticipantThis reply has been marked as private.June 16, 2016 at 2:01 am #1044677
Rue NelModeratorYou’re welcome!
We’re glad we were able to help you out. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1040801 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
