Not fully responsive

  • Author
    Posts
  • #15874
    Spameur

    Hi,
    I actually test your theme which is pretty interesting.
    Unfortunately, I’m afraid it is NOT fully responsive.
    To control, you can use adaptative view of Firefox and try with à 980px width or around.
    You’ll see there is NOT auto-ajustment.
    For info, I tried on a 17″ monitor.
    Hope you will fix this issue in 0.9.5.
    Regards.

    #15940
    Kay
    Cryout Creations mastermind

    Our theme is responsive for all browsers only under 800px. Above that resolution we also do a browser check so responsiveness is only activated on mobile browsers. Test it on a tablet with a resolution of 980px or around there and you’ll see that it IS fully responsive.


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #16068
    Nick

    Is it possible to alter this 800px figure to match the site width, so that it is always responsive below full width, rather than have the scrollbar on smaller monitors?

    For example, if we set the page width in the settings to 1020, why not set the this responsive figure to 1020? (Probably I just don’t realise the difficulty of the responsive side of the scripts)

    #16145
    Spameur

    Thanks for your reaction, Kay.
    Thanks Nick for your confirmation.
    So the theme is partialy responsive. 😉
    But I think it’s a useless limitation.
    What about netbooks with less than 10″ screen size ?
    Don’t you think, Kay, it would be better to obtain a FULL responsiveness ?
    Regards.

    #20379
    Kay
    Cryout Creations mastermind

    Yes, you guys do make an interesting point. Problem noted, we’ll do our best to improve this in a future update.

    Thanks a lot for the feedback guys.


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #20890
    nick jones

    Thanks kay! nice to see yoou taking note.

    #25071
    sespang

    /* TEMPERA CUSTOM CSS */

    @media (max-width: 1280px) {
    #bg_image { width: 100%; }
    }

    @media (max-width: 1024px) {
    #bg_image { width: 100%; }
    }

    #footer-widget-area { width: 100%; }

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Not fully responsive’ is closed to new replies.