• Hello !

    i would like to make a small change to the theme :

    in “computer” view everything fine
    in “phone” view also
    but i don’t like the “column minimized” in tablet view (primary and secondary column)

    i would like them to display til 750 screensize “normally”, then “smaller size” (ex 200 large) and then phone view as usuel

    if not possible, directly put them in “phone view” starting 750 screen size…

    could someone please just tell me what i should put in the CSS to “make them not minimize but to size XXX” ?

    thanks alot ??

Viewing 1 replies (of 1 total)
  • Hi adv122. I think you’ll find that this is a challenge. The theme uses negative margin offsets and different media query break points to configure the sidebars at different screen widths. This is all done using CSS media queries in the /assets/front/css/main.css file. You could copy those media queries to your custom CSS and change the breakpoints; might take some work to get them working the way you want. Downside would be that, for every theme update, you’d need to compare the new theme CSS media queries to your custom CSS to see if you need to change anything.

Viewing 1 replies (of 1 total)
  • The topic ‘Tablet view (of columns)’ is closed to new replies.