Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1513657
Page Title (option in pages) ERROR responsive
Closed

Comments

  • Xuso started the conversation

    Hi, I'm configuring this on the pages:

    You have to put a Padding Top and a Padding Bottom. All its ok but when i open the website on mobile, its too large. How can i change this on mobile versión? Thanks

  •  5,055
    Michael replied

    HI!

    Unfortunately, your site doesn't load

  • Xuso replied

    Ofc its on local network, can you explain me where i can make this responsive? Thanks.

  •  5,055
    Michael replied

    try use following css:

    @media (max-width:767px) {
        .page-title {
            padding-top:0px !important;
            padding-bottom:0px !important;
        }
    }