• Resolved Top Craft India

    (@craftsindia123)


    Hi, I have 2 pages, 1 for mobile and 1 for desktop and I am facing issues with both of them.

    1) In desktop page, I want to show the Tabs at center of the page including Title but I couldnt find any option to keep the tabs at center.

    2) In Mobile page, Tabs are not showing Vertically.

    Can you please help/guide ?

    Thank you

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

Viewing 1 replies (of 1 total)
  • hi @craftsindia123 ,

    For desktop use this

    @media (min-width: 769px){
    #tab_container_9720 .wpsm_nav-tabs {
        float: none !important;
        margin: 0 !important;
        /* text-align: center; */
        padding-left: 100px;
    }
    }

    for mobile use this

    @media (max-width: 769px){
    tab_container_9720 .wpsm_nav wpsm_nav-tabs{
    display:grid;
    }
    }

    thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Center Tabs & Vertical Tabs’ is closed to new replies.