• Resolved jackydany

    (@jackydany)


    Hi,

    first, thanks for the plugin! looks very nice!

    i want to use it as sidebar widget with circles.
    But i cant find a way to reduce the size. The circles are very big and organized one under the other.

    i found the other posting asking the same question, but it didnt worked for me:

    .circle-dash, .circle-tripdash {
    width: 100px;
    height: 100px;
    }

    i inserted it in my custom css template site as well as in custom css of the plugin.
    didnt have any results.

    Hoping to get some help. Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    can you share a link to your site?

    Thread Starter jackydany

    (@jackydany)

    sorry, still in maintanance mode ??

    where should i put the css code? i think it should be in the plugin custom css section does it?

    Thread Starter jackydany

    (@jackydany)

    HA… just found it out myself ??
    you need to to set force css load to circle.
    then its adjusting right.

    could you maybe tell me how to adjust the digits within the circles according to the circles itself? and the text (weeks days etc) as well?
    now i have lot of small circles and the digits are underneath ??

    thanks a lot

    Plugin Contributor twinpictures

    (@twinpictures)

    Well, if you look at the css that creates the circles you might find .circle-dash, .circle-tripdash useful: specifically the
    font-size: 1.2em;
    part.

    for example:

    .circle-dash, .circle-tripdash {
        font-size: .8em !important;
    }
    Thread Starter jackydany

    (@jackydany)

    thank you very much for your time!

    Plugin Contributor twinpictures

    (@twinpictures)

    you are most welcome!
    enjoy the plugin and let us know if we can be of any further assistance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to reduce size of circle style as widget?’ is closed to new replies.