• Resolved Dec Rachelle Wenceslao

    (@iamxedrix)


    Hi guys,

    I’m currently very confused on why my images and responsive slider not resizing/shrinking on my website. I’m using the twentytwelve theme and this is my under-developed website, https://www.cebushowroom.com.

    My image header though is shrinking as I resize my browser but the images posted in the content area and the responsive slider isn’t shrinking to fit the screen size. I have tested it on chrome and firefox and I’m getting same results.

    Thanks,
    Rex

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Your slider is separate from the theme. It is a plugin. There shouldn’t be an expectation that it should be responsive in Twenty Twelve.

    Michael

    (@alchymyth)

    do not use fixed widths in a responsive style.css;

    #primary {
    width: 535px;
    }
    
    #content {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    }
    Thread Starter Dec Rachelle Wenceslao

    (@iamxedrix)

    Wow! Thanks alchymyth. I didn’t knew that and I didn’t knew how it got there. Maybe that’s from the 3 column widget I added on my page. So should I put 100% there? Or any value will do as long as its percentage?

    I’ll try and put 100% or play around with it and check the results. Please let me know if there’s a fix percentage value I should put there.

    Thanks,
    Rex

    Michael

    (@alchymyth)

    simply remove the styles with the fixed widths, unless you want to change the width of #primary or #content for a specific reason.

    Thread Starter Dec Rachelle Wenceslao

    (@iamxedrix)

    Thanks alchymyth. I really don’t know what those things are for. I might have put them there myself and forgot what it was for. I did play around it putting percentage values but it wasn’t helping. And so I removed them as per your suggestion and they are now both working.

    Thanks a lot! You made my day.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Images and Responsive Sliders Not Resizing’ is closed to new replies.