• Resolved kolomonkey

    (@kolomonkey)


    Hi there!

    First of all, awesome plugin. Thanks for creating it!

    But, I need help with the tab menu, instead of left or right I need the menu to be aligned in the center. Could you help me with that?

    The website is: beaver.470bonnyeagle.com

    I really need the tab menu to be centered for this to work on the site so any help would be greatly appreciated ??

    Thanks so much! – Josh

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author wpshopmart

    (@wpshopmart)

    Hi,

    Can you please provide me your exact tab page url?

    Thanks

    Hello Wpshpmart

    thanks for the awesome plugin i also looking for a exact solution will you please provide that but im sorry im just creating site on my local PC it’s not hosted yet please appreciate if you can provide the steps or css command

    Plugin Author wpshopmart

    (@wpshopmart)

    Ok No problem.

    Can you provide me that accordion shortcode id which will be you want to align center.

    Thanks

    Hello Thanks for the quick respond, my sort code ID is [TABS_R id=91]

    Plugin Author wpshopmart

    (@wpshopmart)

    Add below css in your tab custom css field –

    @media (min-width: 769px){
    #tab_container_91 .wpsm_nav {
    text-align:center;
    }
    
    }
    
    @media (min-width: 769px){
    	#tab_container_91 .wpsm_nav-tabs > li {
    		float: none !important;
    		display: inline-block !important;
    		
    	}
    
    }

    Try it and then let me know.

    Thanks

    wow it’s work Thanks you for the support, i have one last question is there any way that i can place a image or logos instead of Tab title and icon ?

    Plugin Author wpshopmart

    (@wpshopmart)

    Sorry but it is not possible with this tab plugin.

    ok Thank you

    I am also trying to align my tabs left, but like the OP, I have vertical tabs. Is there a way to achieve this? My site is not live, but from my local source I can tell you my shortcode is [TABS_R id=748].

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