If you like our themes and support, please SHARE our website! https://theme-sky.com/wordpress-themes/

Okay
  Public Ticket #1069889
Rounded Edges
Closed

Comments

  •  2
    Diego Alejandro Quintero started the conversation

    How can I get these rounded edges? Thanks in advance!

  •  567
    Stormit replied

    Hi Diego,

    You can add the custom css below

    .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tab > a{
        border-radius: 8px !important;
    }
    

    Best regards,

  •  2
    Diego Alejandro Quintero replied

    Nice! Thank u :) 

  •  2
    Diego Alejandro Quintero replied

    Is it possible to align to the center?

  •  567
    Stormit replied

    Hi Diego,

    You add the custom css below

    body .vc_general.vc_tta-tabs .vc_tta-tabs-list.has-nav{
        padding-right: 0 !important;
    }
    body .vc_general.vc_tta-tabs .vc_tta-tabs-list{
        text-align: center;
    }
    

    Best regards,