• Hello everyone,

    I have questions about two of my websites:

    http://kirituarua.com

    http://kwivoo.com

    I will try to be as precise as possible and say that I’m not (at all) a tech person and I don’t know much about coding (but I’m able to follow instructions and I’m willing to resolve this 🙂

    Here is my problem.

    I want my websites to be mobile friendly. As far as I now (thanks WPyogi), it seems that this theme is responsive.

    I checked on different websites to see if mine were looking good on mobiles. I tested on

    1) http://www.studiopress.com/responsive/

    2) http://snippets.hubspot.com/hubspot-device-lab

    1) For http://kirituarua.com, everything looks fine except for the header which is not resizing. And for some posts titles, some of them seem cut off, especially when I navigate into posts.

    Besides when I scroll down, the “banner menu” doesn’t move.

    If it can help, I have the custom CSS plugin installed with these line of codes on it:

    —-
    .site-header img, .entry-content img, .comment-content img, .widget img, .single-thumbnail img {
    box-shadow: none;
    }
    .entry-meta .byline, footer.entry-meta {
    display: none;
    }
    —-

    I also customized my theme with my own header (1440 × 250 pixels).

    2) Same problem for http://kwivoo.com. The header is not resizing. It is not as obvious as the other site because the title is shorter but we can clearly see that it is not resizing on small screen mobile devices.

    And on almost all mobiles devices, the icons images you see on the home page are all cut off.

    I also have the custom CSS plugin installed with these line of codes on it:

    —-
    .entry-meta .byline, footer.entry-meta {
    display: none;
    }
    page-title, page-title a {display:none;}
    .entry-content img, .entry-content .wp-caption {box-shadow:none;border:none;
    background:none;}
    —-

    I also customized my theme with my own header (1440 × 250 pixels).

    If someone knows anything about these, a little help would be appreciated.

    Thanks

    Sebastian

  • The topic ‘[Theme: Landscape] Hard time creating a mobile version of my site (essentially r’ is closed to new replies.