Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS BEGINNER NEED HELP WITH MOBILE STYLING

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #294695
    [email protected]
    Participant

    Hi,

    I have been building a website for a friend. Using a ready made template on wordpress. Some code was added to remove a background and make it fit for mobile.

    https://www.bodyclocktherapies.co.uk/

    Image 1: https://ibb.co/0cCYNsM

    However all the pages don’t seem to fit mobile.

    #cms-theme.woocommerce.archive #cshero-header.header-1 > .container,
    #cms-theme.woocommerce-page.archive #cshero-header.header-1 > .container {
    background-color: #ffffff;
    }

    #cms-theme.woocommerce.archive #cshero-header.header-1,
    #cms-theme.woocommerce-page.archive #cshero-header.header-1 {
    background-color: #fff;
    }

    @media (min-width: 993px) {
    #cshero-header.header-1:before {
    background-color: #fff !important;
    }
    }

    @media (max-width: 767px) {
    #cms-theme.woocommerce #page:after,
    #cms-theme.woocommerce-page #page:after {
    display: none;
    }
    }

    #294847
    uxfed
    Participant

    I’d suggest either linking to the website or including a pen, as that’s very little to go on.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.