Hi there,
I added the following code for the pricing table I have in an accordion.
.tab_titles {
margin-left: 42%;
}
.tab {
font-size: 16px !important;
}
.pricing-table {margin-left: 380px; margin-right: 380px;}
div .main_color .tabcontainer .active_tab { background-color: #004a87; font-color: white; }
.main_color .tabcontainer .tab:hover, #top .main_color .tabcontainer .tab.active_tab {
color: #ffffff;
}
I love it on desktop, but on mobile it looks terrible? Can you help me out?