New Landing How can we help? Atelier Product Categories page

Viewing 15 posts - 1 through 15 (of 20 total)
  • Posted in: Atelier
  • #308420
    wayne_min
    Member
    Post count: 36

    Hi

    1) I have reduced the sidebar

    aside.sidebar.col-sm-3 {
    max-width: 20%;
    }

    But that is still an empty space

    2) How to slightly enlarge the products and push the column over?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #308433
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Will need your site url.

    -Rui

    #308455
    wayne_min
    Member
    Post count: 36
    This reply has been marked as private.
    #308480
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Can you update to the latest SwiftFramework version?
    https://www.dropbox.com/s/lp2ykgko3af7fdo/Screenshot%202016-12-30%2017.22.42.png?dl=0

    Let me know after that.

    -Rui

    #308517
    wayne_min
    Member
    Post count: 36

    Hi Rui,
    Thanks, I have updated with the latest SwiftFramework, what need to do next?

    #308557
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try to add the code below to your custom css option.

    .col-sm-9.col-sm-push-3.clearfix {
        left: 15%;
    }

    -Rui

    #308919
    wayne_min
    Member
    Post count: 36

    Hi Rui,
    Thanks, now that is an empty space on the right. How to increase all the product size so it fits nicely?

    Attachments:
    You must be logged in to view attached files.
    #308973
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try this code instead.

    .col-sm-9.col-sm-push-3.clearfix {
        left: 23%;
        width: 83%!important;
    }
    aside.sidebar.col-sm-3 {
        width: 17%!important;
    }

    -Rui

    #308979
    wayne_min
    Member
    Post count: 36

    Oops, it has moved all to the right.

    Attachments:
    You must be logged in to view attached files.
    #308986
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    hhumm, will have to forward it to our head developer.

    -Rui

    #309224
    wayne_min
    Member
    Post count: 36

    Hi Rui,
    How is it? How to solve this?

    Thanks

    #309258
    David Martin – Support
    Moderator
    Post count: 20834

    Please use this, it works for me during testing.

    .col-sm-9.col-sm-push-3.clearfix {
        left: 17%!important;
        width: 83%!important;
    }
    aside.sidebar.col-sm-3 {
        right: 83%!important;
    }
    #309442
    wayne_min
    Member
    Post count: 36

    Thanks David, but the menu went missing ….

    Attachments:
    You must be logged in to view attached files.
    #309455
    David Martin – Support
    Moderator
    Post count: 20834

    Can you keep all your custom CSS in Theme Options => Custom CSS for now.

    Please remove all custom CSS whilst I know look why the sidebar is now missing.

    #309467
    wayne_min
    Member
    Post count: 36

    Ok done. Followed your instruction.

Viewing 15 posts - 1 through 15 (of 20 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register