• Resolved markdigidigi

    (@markdigidigi)


    I figured out how to change the nav buttons’ size, but my text (in rotate mode) is sitting under the buttons, no matter what setting I put in “offset ticks”. Is that a theme issue? Any suggestions for fixing.

    I tried doing the control buttons instead (dots below) but need to resize them and can’t figure out how to call them w CSS. Any suggestions there?

    Either 1 or the other fix would work, though the first is our preference.

    Thanks!!
    Mark

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter markdigidigi

    (@markdigidigi)

    I tried this but it didn’t work —

    .mtphr-dnt-icon-button {
    font-size: 14px;
    }

    This is what DID work for changing the nav buttons’ size and color —
    .mtphr-dnt-nav i {
    display: block;
    width: 38px;
    height: 20px;
    font-size: 20px;
    line-height: 38px;
    color: #ddd;
    color: rgba(249, 249, 249, 0.8);
    }

    But I still couldn’t figure out how to add padding to the ticks container so that they aren’t sitting under the nav buttons.

    Plugin Author metaphorcreations

    (@metaphorcreations)

    Use the following example to add padding to the tick container:

    .mtphr-dnt-tick-container {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    I’m not sure how it is displaying on your site right now since the navigation is currently disabled, but if I could see it I would be able to give more specific instruction as well.

    Plugin Author metaphorcreations

    (@metaphorcreations)

    Closing due to inactivity.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change control button size, fix padding’ is closed to new replies.