Custom CSS not working
-
Hi,
First of all, thanks for the awesome plugin. I tried multiple responsive tabs but all of them made the tabs accordion on mobile and that just wasn’t working for us. I have 2 questions for you:
1) I implemented tabs on https://ntapl.learnwise.in/our-products/bitterants/. However, I would like the buttons to be half the size and 2 buttons in one row like this:
I used custom CSS to make this change:
@media (max-width: 768px) {
.wpsm_nav-tabs > li{
float:right!important;
width:50%!important;
}
}I added this in your plugin settings, Appearances -> Customize -> Additional CSS and even your CSS file. None of them seem to be working.
2) Is it possible to use Visual composer instead of WYSIWYG editor for the tab content?
Can you help me with these?
Thanks,
PriyankaThe page I need help with: [log in to see the link]
- The topic ‘Custom CSS not working’ is closed to new replies.