[Resolved] Slideout Navigation Padding

Home Forums Support [Resolved] Slideout Navigation Padding

Home Forums Support Slideout Navigation Padding

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #811451
    Daniel

    Hello,

    I’m using the slideout navigation feature, and the navigation is on the right.

    I’m hoping to add a little more padding to the left, it is currently pretty close to the border.

    I believe the class I need to apply the padding to is .slideout-widget.

    I’m having a hard time finding which parent classes need to be in the css.

    #811476
    David
    Staff
    Customer Support

    Hi there,

    thats the correct class, instead of padding you need to adjust the margins which are currently set to 20px all round.

    So you could try:

    .slideout-widget {
        margin-left: 40px;
    }
    #811516
    Daniel

    Okay, perfect. That does the trick. I think I was overcomplicating things for myself.

    Thank you!

    #811534
    David
    Staff
    Customer Support

    You’re welcome

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