• Hello
    after the last update, I notice that the responsive mobile site was changed from two columns to one. is it possible to return to the “old” layout?
    is it possible to easily customize it in the premium version?

    Thanks

Viewing 1 replies (of 1 total)
  • Are you talking about the products? You can now adjust these with a little css. The new version css makes this really easy. So for two product columns in mobile use this css:

    @media (max-width: 479px) {
    #product_masonry .tcol-ss-12 {
    width: 50%;
    float: left;
    }
    }

    Kadence Themes

Viewing 1 replies (of 1 total)
  • The topic ‘"old" responsive design’ is closed to new replies.