• vilayati

    (@vilayati)


    The box where the ticker runs is too big. I want to reduce by 25% in height.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author vaakash

    (@vaakash)

    Hi @vilayati,

    Sure I can help. Could you please share the page URL where the announcement is active?

    Thread Starter vilayati

    (@vilayati)

    Currently it is on localhost, trying it out.

    Plugin Author vaakash

    (@vaakash)

    Hi @vilayati,

    The height of the announcement will be impacted by the theme, font size, line height etc. If you can share any screenshot that would be nice.

    Also, there is an option in the bar settings page to decrease the “padding”. Can you please check if that helps?

    Thanks

    Thread Starter vilayati

    (@vilayati)

    A different plugin I used, which I am trying to replicate with yours. The site is https://www.samhitawellness.in

    Thread Starter vilayati

    (@vilayati)

    Any answers please?

    Plugin Author vaakash

    (@vaakash)

    Hi @vilayati,

    I was waiting for a screenshot or something similar so that I can write CSS after looking at it.

    Below is a blind guess. Pls change the number as per your liking and paste the CSS in your theme settings.

    .ancr {
    height: 20px !important;
    }

    Thread Starter vilayati

    (@vilayati)

    It did not work. I tried from 20px, then had to make it 50, else the text floated at the bottom. At 50, it comes back to square one. See this:

    https://imagizer.imageshack.com/img922/8705/RMiGCF.jpg

    Irrespective of the options, the font does not come crisp. Some shading persists.

    • This reply was modified 7 months, 2 weeks ago by vilayati.
    Plugin Author vaakash

    (@vaakash)

    Regarding the height, it is difficult to suggest CSS without looking at the site live. All the modifications is added by the active theme.

    Below is another rough workaround. I’m not sure if it will work. Adjust numbers as required.

    .ancr div, .ancr p{
    padding: 0px !important;
    margin: 0px !important;
    line-height: 12px;
    }

    Regarding the font not being crisp. Your theme is applying a shadow. Please disable that shadow.

    Wild guess,

    .ancr p{
    text-shadow: none;
    }
    Thread Starter vilayati

    (@vilayati)

    my original site is using another plugin, there, with default settings, the font is crisp. I have given the site above. This is the one I am trying to replicate

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘The box height is too much’ is closed to new replies.