Hi @ograso,
Please share your website URL so we can resolve your issue.
Thanks
Thread Starter
ograso
(@ograso)
Hi @ograso,
Please put the below CSS code in custom CSS.
#tab_container_1713 .wpsm_nav-tabs > li > a{
padding-left:10px !important;
text-align:left !important;
}
If it works let us know
Thanks
Thread Starter
ograso
(@ograso)
Hey Prveen,
unfortunately, it didn’t work. 🙁
Thanks
Hi @ograso,
Please try the below CSS again
#tab_container_1713 .wpsm_nav-tabs li a{
padding-left:10px !important;
text-align:left !important;
}
If it works let us know
Thanks
Thread Starter
ograso
(@ograso)
Hey Praveen,
Stil same, it didn’t work 🙁
Hi @ograso,
We have checked this code in our plugin custom CSS and it works please try in plugin custom CSS so it will run.
Thanks
Thread Starter
ograso
(@ograso)
Hey @praveenmalav09,
I added a screenshot about What I do. As you can see on the screentshot there is nothing heppened.
Here is the screen shot
Hi @ograso,
Please apply the below code in custom CSS.
#tab_container_1713 .wpsm_nav-tabs > li > a {
padding: 15px 18px 15px 6px !important;
text-align:left !important;
}
If it works let us know
Thanks
Thread Starter
ograso
(@ograso)
Hi @ograso,
The CSS you are using hash & gt in your CSS so please use the below CSS instead of this.
#tab_container_1713 .wpsm_nav-tabs li a {
padding: 15px 18px 15px 6px !important;
text-align:left !important;
}
If it works or not let us know
Thanks
Thread Starter
ograso
(@ograso)
Nothing happening at all. Am I something missing?
Here is the screen shot
-
This reply was modified 4 years ago by
ograso.
Hi @ograso,
You should paste the code in plugin custom CSS then it will work.
https://prnt.sc/zZpk62WmPUPL
#tab_container_1713 .wpsm_nav-tabs li a {
padding: 15px 18px 15px 0px !important;
text-align:left !important;
}
Thanks