How to make Online Shop theme full width 1900px (not 1200px) ? Help - Acme Themes

Best Premium and Free WordPress Themes Forums Online Shop How to make Online Shop theme full width 1900px (not 1200px) ? Help

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #79807
    stensystem
    Participant

    How to make Online Shop theme full width 1900px (not 1200px) ?

    #79869
    acmethemes
    Keymaster

    Dear Stensystem,
    Please add the given CSS code in Additional CSS.
    Appearance > Customize > Additional CSS

    .wrapper { 
    width:1900px;
    }

    Best Regards!

    #79967
    stensystem
    Participant

    Thank you, this code worked, but on the mobile version of this website, I don’t want to change size. How to change back to the mobile version as it was previously?

    #79995
    acmethemes
    Keymaster

    Dear Stensystem,
    Please add the given CSS code in Additional CSS.
    Appearance > Customize > Additional CSS

    @media (min-width:1200px;){
    .wrapper {
      width:1900px;
    }
    }

    Note: It will change width above screen with 1200px and remain same in mobile device as of default theme.

    Best Regards!

    #80214
    stensystem
    Participant

    Hello, this code doesnt work.

    WHen I use only this code in additional css in code snippets css.
    @media (min-width:1200px;){
    .wrapper {
    width:1900px;
    }
    }

    On PC or laptop widti of the screen is full screen and it is good, but on the mobile version all pictures are huge in woocommerce.

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