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 #1233621
Add CSS custom padding on title
Closed

Comments

  • francarranza started the conversation

    Hi I'm trying to add padding top and bottom to the title section, but I can't. It seems that element.style is overriding mine.

    I was trying with this on custom.css:

    .page-title-block {
            padding-top: 60px;
            padding-bottom: 60px;
    }

    If you could provide me the correct css it would be great!

    Thanks

  •  7,092
    Oliver replied

    HI!

    the most simple way to overwrite the CSS is to add !important:

    .page-title-block {
            padding-top: 60px !important;
            padding-bottom: 60px !important;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver