Shop Categories

X

SIDE BAR REDUCTION

Home Forums Fury Theme SIDE BAR REDUCTION

Topic Resolution: Resolved
Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #27540
    Gael DZELEKE
    Participant

    Hello ,

    Seen with Woocommerce can you minimize the sidebar search widget add on the shop page please?

    Here is the response from woocommerce below:

    Thank you!

    I see you are using the “Fury” theme by http://theme-vision.com/ – if you want the sidebar here: https://d.pr/i/6VtvDn to be smaller, I recommend you to contact them directly as they should be able to help.

    We do not develop or support the Fury theme, so we cannot help you adjust the size of the sidebar.

    Okay

    Their support team should be able to help you reduce the size of the sidebar so that it looks good on desktops and mobile devices.

    Is there anything else I can help you with today?

    Thanks, I’ll see with eu

    reduce sidebar size

    #27542
    Zex
    Moderator

    Hi,

    I visited your website and can’t see you have using the sidebar on your shop page currently.
    Please enable it and then let me know.

    #27543
    Gael DZELEKE
    Participant

    It is activated the produced images are very reduced. As specified by Woocommerce

    #27544
    Zex
    Moderator

    Hi,
    use the following code to reduce the sidebar width on screens between the 992 and 1200 px.

    @media (min-width: 992px){
    .col-lg-4 {
        -ms-flex: 0 0 15%!important;
        flex: 0 0 15%!important;
        max-width: 15%!important;
    }
    
    .col-lg-8 {
        -ms-flex: 0 0 85%!important;
        flex: 0 0 85%!important;
        max-width: 85%!important;
    }
    }
    • This reply was modified 2 years, 10 months ago by Zex.
    • This reply was modified 2 years, 10 months ago by Zex.
    #27546
    Gael DZELEKE
    Participant

    Thank you, will this improvement be made in the next theme updates?

    #27548
    Zex
    Moderator

    Hi,

    It all depends on the development team, but personally I think there is no need for that to happen/
    Rergards

    #27549
    Gael DZELEKE
    Participant

    I wish the button was more to the right, is it possible?

    #27550
    Zex
    Moderator

    Add the following code additionally:

    @media (min-width: 992px){
    .container {
        width: 98%!important;
        max-width: 98%!important;
    }
    }
    • This reply was modified 2 years, 10 months ago by Zex.
    • This reply was modified 2 years, 10 months ago by Zex.
    #27551
    Gael DZELEKE
    Participant

    please?

    #27554
    Gael DZELEKE
    Participant

    Thank you !
    Gael

    #27555
    Gael DZELEKE
    Participant

    Ah sorry, the images are slightly big, can I reduce the size slightly? example instead of 992 meter 800? No?

    #27556
    Gael DZELEKE
    Participant

    It’s okay I reduced these numbers

    @media (min-width: 992px){
    .container {
    width: 98%!important;
    max-width: 98%!important;
    }
    }

    #27557
    Zex
    Moderator

    Yes, that could be the way too.

    #27558
    Gael DZELEKE
    Participant

    YES

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.