Home Forums Pro Themes Education Hub Pro notice box

Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #94203
    blue_pink
    Participant

    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

    #94247
    amourj
    Participant

    #notice-ticker {
    white-space:nowrap;
    text-overflow:ellipsis;
    }

    #94273
    wensolutions
    Keymaster

    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!!

    #94274
    blue_pink
    Participant

    Can i send the screenshot by email? thanks.

    #94275
    wensolutions
    Keymaster

    Hello @amourj,

    Yes, please send in the email given below:

    wensolution[at]gmail.com

    Thank you.

    #94407
    blue_pink
    Participant

    I have sent the email with the screenshot to the email you provided. thanks for your help.

    #94409
    wensolutions
    Keymaster

    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.

    #94410
    blue_pink
    Participant

    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?

    #94411
    wensolutions
    Keymaster

    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!!

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.