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

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,280
    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