• Closed
  • swsouth
    Spectator
    05.10.2015 at 21:44 #21182

    Hi, I had posted this elsewhere, but provided incorrect URL. My apologies.

    Correct URL: http://wordpress.ranchatcypresscreekhoa.com/

    Screenshot from mobile: http://prntscr.com/8o2535

    My problem is on mobile, the header is slammed on top of the menu bar, menu bar is disproportionate to the other elements on the page, the search is underneath the tag line, and the overlay for the caption on the slider almost covers the entire image. Definitely not scaling properly for mobile.

    After searching the forums, I see that this is a commonly reported problem.

    I would be interested in knowing the solution.

    Thanks

    Denzel Chia
    Moderator
    Posts: 2656
    06.10.2015 at 11:18 #21219

    Hi,

    Please use the following codes in your Theme Options -> Custom CSS

    @media screen and (max-width: 768px) {
    .header {
    height: 300px !important;
    }
    }

    Thanks!