Viewing 3 replies - 1 through 3 (of 3 total)
  • How did you change the style of them? I’m trying to figure that out as well as remove the spacing

    Plugin Author osCitas Themes

    (@oscitas)

    Hi,

    To do this you can make changes in the css

    .osc-res-tab .nav>li {
    margin: 0px;
    }

    or you can assign some custom class for example my-custom-class

    then use

    .example my-custom-class li {
    margin: 0px;
    }

    This is to give you idea how you can do this.

    Thanks

    Thread Starter paulinelephew

    (@paulinelephew)

    Thank you that’s perfect!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tab spacing’ is closed to new replies.