@Shahil1 please add this css to the very end of your skelet.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → skelet.css
@media screen and (max-width:749px){
.logo-list x-flex{flex-wrap: nowrap !important;}
.logo-list img {max-width: 60px !important;}
}
has padding issues,also not working on ipad devices
@Shahil1 - change number 60 as per your need and check
@Shahil1 add this css and check
.card-meta .card-head .meta span{display: none; visibility: hidden;}
it says online session cant be published
/* Universal text color */
- {
color: #ffffff !important;
} /* Specific rule for the main heading (e.g., h1) /
h3 {
color: #000000 !important; / The desired color for the heading /
}
.card-meta {
background-color: rgba(
0,
0,
0,
0.3
) !important; / Set the background color with opacity /
opacity: 1; / Ensure the overall opacity is unaffected */
}
.card-meta .card-head .meta span {
display: none;
visibility: hidden;
} i have these code already in the custom css


