responsive problems


Hi your team seems to work really nice but i have some problems with responsive layout in some pages.
Our site domain fitodomi.gr
1. In home page background image in section is not responsive. image
2. timeline is not fully responsive, in 7" tablet it does not look right. http://www.fitodomi.gr/oporofora/nektarinia/
3. How can i deactivate sidebar responsive view especially in mobile phone.  http://www.fitodomi.gr/oporofora/nektarinia/

Thanks in advance.


Comments

  • Hi,

    1. These are css backgrounds and they won't never be responsive because it's technically impossible.

    2. Please send us screenshot of how it looks like there.

    3. You can not disable responsive view. The only thing you can do is remove sidebar on mobile.
  • Hi, 
    2. timeline is not fully responsive, in 7" tablet it does not look right screenshot here image

    thanks
  • Hi,
    I cannot find how to remove sidebar on mobile
    Any idea?
  • 2. As we can see you increased font size for that fields and that's why it does not work as supposed to. So if you want this element to be responsive, please do not modify original theme files.

    3. To remove sidebar on mobile you need to use the following css:
    @media only screen and (max-width: 767px) {
        .with_aside .sidebar.columns { display: none !important; }
    }
Sign In or Register to comment.