- Posts: 74
- Thank you received: 0
change Tabs Container module
3 years 2 months ago - 3 years 2 months ago #49609
by andre6
change Tabs Container module was created by andre6
I would like to get the Tabs Container module from 4 to 3 but then it won't align!
How can i fix this?
www.deneuttechniek.nl/nw/#producten
How can i fix this?
www.deneuttechniek.nl/nw/#producten
Last edit: 3 years 2 months ago by andre6.
Please Log in to join the conversation.
3 years 2 months ago #49610
by milos
Replied by milos on topic change Tabs Container module
Hello,
Please edit the file /media/templates/site/onepage/css/custom.css and find this:
Change it to this:
Regards,
Milos
Please edit the file /media/templates/site/onepage/css/custom.css and find this:
Code:
ul.ui-tabs-nav li {
width: 24%;
min-width: 150px;
display: inline-block;
text-align: center;
}
Change it to this:
Code:
ul.ui-tabs-nav li {
width: 32.8%;
min-width: 150px;
display: inline-block;
text-align: center;
}
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.272 seconds