• Resolved sforget

    (@sforget)


    Hi,

    Thank you for the beautiful theme. I am just developing a website locally and trying to edit the padding around the page titles but have been unsuccessful. I am not very competent with css. I am using the Custom css plugin and have added the following:

    .page-title {
    padding: 0;
    }
    However this is not working. Could you please help me write the appropriate piece of code?

    Thanks a lot,
    Sarah

Viewing 1 replies (of 1 total)
  • Hi Sarah,

    I’m not quite sure what you aim to achieve. A screenshot would help.

    But maybe you just need to rise your CSS selector specificity like so:

    .site .page-title {
      padding: 0;
    }
    

    Or maybe try using a Beaver Builder page builder to build you page?

    Regards,

    Oliver

Viewing 1 replies (of 1 total)
  • The topic ‘Edit padding on page titles’ is closed to new replies.