Tagged: Tab element
Hey guys,
I’m having a bit of trouble with the tab element. As you can see in the link (private content), the bottom border of the tab element seems to be missing completely. On the mobile version, it’s looking fine but not on the desktop. I tried to test it out via HTML and once I added 5 padding to it via Google Chrome developer tools, it works fine. Can you please forward the CSS to add padding in the tab element? It has a css class name of vacancy-tabs.
Thanks and Regards,
Matt
After a bit of more digging through the code I actually found out that I had a -1px margin for some reason (think it was done automatically from the theme?
I added this little bit of snippet which is working fine now:
.sidebar_tab .tab_titles .tab{
margin: 0 0 0 0;
}
Hi,
I’m glad you were able to get this solved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon