Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() Hi Pedro, I have attached one image. How to adjust the red heading? As the replies increases the heading gets cut out. How to rectify the issue? Thank you, Regards, Priyanka |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
I think Pedro will need more information. I'm not quite sure what you are asking for.
Regardless of what you remove or make smaller on the message header bar people can always manage to write longer subject lines than space allows on their particular screen (as I have attempted to do on this post). What do you want to happen with a long subject line? What do you want to do when someone views even your short subject in a window that is so narrow the subject disappears?
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
I put in a "max length" parameter to help with this issue.
HTTPS Please!
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
Hi Harvey,
It would be very kind of you if you could help me out. Thank you |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
In order to do the Harvey's suggestion, you can edit your subject_control macro:
<override_macro name="subject_control"> <div class="field-box light-border-color"> <div class="second-font field-title"><t>Subject</t></div> <div class="weak-color"> <n.subject_field.input type="text" size="60" maxlength='50' tabindex="1" /> </div> </div> </override_macro>
My test forum.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
This post was updated on Mar 09, 2014; 3:04pm.
Thanks Pedro and Harvey.
How to reduce the font size of the heading? How to remove the heading from the reply section? |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
In order to remove the heading from the reply section and reduce the font size of the heading, add this code to your css:
.macro_reply :nth-child(1){ display: none; } .classic-subject-line .post-subject { font-size:5px; }
My test forum.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
That's perfect. Thanks a ton Pedro !
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
In reply to this post by Pedro
![]() Pedro this is how the heading looks like after adding the CSS. Thank you |
Free forum by Nabble | Edit this page |