uyha Cari baris kode ini di CSS
.layout.l1 .row.homepage-custom.border-custom.tabs.tabs-icon-top.slide-top.no-shadow
tambahkan height: 61px !important;
(tingginya sesuaikan)
Baris kode lengkapnya seperti berikut:
.layout.l1 .row.homepage-custom.border-custom.tabs.tabs-icon-top.slide-top.no-shadow {
margin-bottom: 7px;
width: 96%;
margin-left: 2%;
border-radius: 10px;
background-color: #fff !important;
color: #000;
height: 61px !important;
}