• Resolved maxhax88

    (@maxhax88)


    hi!
    on my website
    i used the supermag theme and i love it so far!

    i was customizing it over the past few days and now i would need your help

    i changed the

    #page {
    max-width: 900px;
    }
    .wrapper {
    max-width: 900px;
    }

    the problem is that in featured section the slider-right div show at the bottom but i want it on the right.
    i tried scaling it but couldn’t get it working.
    when i make the browser window smaller the problem disappears because of the responsive settings.
    where can i change this that it scales the feature section from the beginning?

    if you could help i would be so happy

    thanks in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter maxhax88

    (@maxhax88)

    http://virtual-reality-games.org

    i now did it like this

    #page {
    max-width: 70%;
    }
    .wrapper {
    max-width: 100%;
    }

    no difference :-(…

    Theme Author Acme Themes

    (@acmethemes)

    Hello maxhax88,

    Thank you for using our theme SuperMag.
    You need to control slider width and beside slider width for that.

    .slider-section {
        width: 548px;
    }

    for the beside slider you can use the class .besides-slider

    Also you may need to re-define the slider image height

    .slider-section img {
        height: 245px;
    }

    Please try these CSS.

    Best Regards,
    Acme Themes

    Thread Starter maxhax88

    (@maxhax88)

    it works 🙂

    thank you very much 🙂

    Theme Author Acme Themes

    (@acmethemes)

    Hello maxhax88,

    Its very nice to know your problem solved 🙂

    Best Regards,
    Acme Themes

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Change featured section for responsive’ is closed to new replies.