Fixetr Tabs Addon "home Cleaner" - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Fixetr Tabs Addon "home Cleaner"

Y

Yaokoua

Template 3 years ago

Hello,

I come back because i definitly can't have the same "home cleaner" tabs addon as it is on the demo site : https://imgur.com/a/QUUgJJP

And with the quickinstallation : https://imgur.com/a/vTqZJvF

Photo is on the right and the description text disapear for the mobile and tablet version

thanks

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #58652

Hello Sach

Apology for the inconvenience. Please use this CSS to Template Options -> Custom Code -> Custom CSS

.sppb-addon-tab .sppb-custom-tab .sppb-nav{
    background: #fff;
    padding-right: 0 !important;
}
.sppb-addon-tab .sppb-custom-tab{
    flex-direction: row-reverse;
}

@media (max-width: 768px){
    .sppb-addon-tab .sppb-custom-tab .sppb-tab-content{
        width: 100% !important;
        padding: 0 !important;
    }
    .sppb-addon-tab .sppb-custom-tab{
        flex-direction: column;
    }
    .sppb-addon-tab .sppb-custom-tab .sppb-nav{
        margin-bottom: 30px;
    }
}

@media (max-width: 992px){
    .sppb-addon-tab .sppb-custom-tab .sppb-tab-content .sppb-addon-feature .sppb-media {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
}

Best regards

0