• Resolved Lockhart

    (@muldari)


    I have the trigger set with a background color and border as well as padding. The trigger text is padded fine, but the arrow is aligned at the very top. How do I set this up so the arrow is aligned with the trigger text padding?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author twinpictures

    (@twinpictures)

    would be best if you included a link to the page so we can provide you the exact CSS

    Thread Starter Lockhart

    (@muldari)

    http://homebasetexas.org/switch-test/ I’m trying to get the arrow to be inline with the text and give it some padding to the left so it’s not jammed up against that border. Thanks for the fast response!

    Plugin Author twinpictures

    (@twinpictures)

    For the vertical centering of the arrows, add the following background-position definition to .collapseomatic. To add more padding on the left, change your padding.

    .collapseomatic {
        padding: 15px 5px 15px 23px !important;
        background-position: 7px center;
    }
    

    Let us know how that worked out for ya!

    Thread Starter Lockhart

    (@muldari)

    Perfect. Thank you!

    Plugin Author twinpictures

    (@twinpictures)

    Fantastic. If you are happy with the plugin or it’s support, consider leaving a brief review.
    Issue marked as resolved.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Arrow Padding’ is closed to new replies.