Jump to content

brandin

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by brandin

  1. When viewing this theme on a mobile device, text is reduced to one word per line because of the following:

     

    .container {
    padding: 80px 120px;
    }

     

    My problem is that I'd like to keep this padding when viewed on a desktop/laptop, but it needs to be set to 0 when viewed on a phone. I've tried the following, with no results:

     

    @media (max-width: 767px) {
    .container {
    padding: 0;
    }

    }

     

    Any ideas? I'm new to CSS, btw. Any help would be greatly appreciated.

×
×
  • Create New...