Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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

  •  4,774
    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.

  •  4,774
    Michael replied

    try use following css:

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