Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #888951

    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

    • This topic was modified 6 years, 3 months ago by MattDalli.
    #888962

    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;
    }
    #889163

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Missing Border on Tab Element’ is closed to new replies.