Hi there,
The tabs aren’t showing a border on the bottom when they move over onto 2 lines. Is there a way to have the border all the way around?
Many thanks
Hey marsh1984,
Please try the following in Quick CSS under Enfold->General Styling:
.top_tab .tab {
border-bottom: 1px solid #000;
}
Best regards,
Rikard
Hi thanks for your reply. Not sure if that worked…see link https://ibb.co/RS5f910
Hi,
To add a bottom line, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.js_active .top_tab .tab {
border-bottom: solid .5px !important;
}
Best regards,
Mike
Great thanks
Hi,
Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?
Best regards,
Mike
done