- This topic has 8 replies, 3 voices, and was last updated 5 years, 7 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Education Hub Pro › notice box
Tagged: notice box
using Education Hub Pro, i tried to use the text-overflow: ellipsis property to specify the overflowed content in the notice box (please see the demo for the notice box at https://themepalace.com/downloads/education-hub-pro/) but it does not work. could you please help? would it be possible to make a notice scroll horizontally instead of vertically?
#notice-ticker {
text-overflow: ellipsis;
}
thx
#notice-ticker {
white-space:nowrap;
text-overflow:ellipsis;
}
Hello @amourj
Can you please provide us the screenshot of the section that you want customization in, so that we can inspect the reported issue further ?
Hope to hear from you soon,
Best Regards!!
Can i send the screenshot by email? thanks.
I have sent the email with the screenshot to the email you provided. thanks for your help.
Hello @amourj,
To display the notice as you want, please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
#notice-ticker .notice-inner-wrap .list{
width: 184px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
Hope this helps.
Thank you.
it works, thank you so much for your help. i was wondering if i change the width (width: 184px;), will i receive any unexpected result?
Hello @amourj,
We could not say anything as we have not checked it. Also, we suggest you to leave it as it is as any other modification may not result as you expected.
Hope you understand.
Regards!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |