How to put the slider in full width in mobile devices - Acme Themes

Best Premium and Free WordPress Themes Forums Online Shop How to put the slider in full width in mobile devices

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27027
    Nicolas
    Participant

    Hi,

    Im triying to put the slider in the main area of the theme to show it in full width in mobile device.

    I tried to do in so many ways and cant do it. Can you help me?

    I have this ccs code:

    /*100% width slider in mobile*/
    @media screen and (max-device-width : 760px)
    {

    #content > div.wrapper{
    width:100% !important;
    padding:0 0 !important;
    border-width:0 !important;

    }

    }

    Thanks for everything!

    #27077
    Acme Themes
    Keymaster

    Hello Nicolas,

    Can you try this CSS

    div#content {
        width: 100%;
    }
    
    .site-content aside {
        max-width: 1200px;
        margin: 0 auto;
    }

    We are not sure if the provided CSS code work well, We suggest you to create child theme and modify the theme, you can hire developer or hire us to customize the code.

    Thanks!

    #27134
    kdcab
    Participant

    Hello everyone,
    Thanks For This Sharing This.

    #27407
    Acme Themes
    Keymaster

    closing this thread!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to put the slider in full width in mobile devices’ is closed to new replies.