• The Masthead font sizing for the title is crazy, I can change it fine in the css and all I want to use is text in the meta slot just to have some text at the top of my blog page (using it as the homepage) but the padding around the masthead is wild. Is there any way to change this? I noticed the div.content-pad is the container for all the content areas on the theme so changing it will mess up everything else and I already set the .masthead .inner to 0px but still have way too much space around the meta masthead text. Hope that all makes sense. Thanks in advance for any help. Love the theme by the way.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there, you can place the class for the section in front of the class for the content-pad in the css, that way the padding will only be affected for the masthead, not the other elements on the page.

    Thread Starter Submersed

    (@submersed)

    Thanks for the reply ??
    I wish I was more proficient in css to understand exactly what you mean.
    Can you show me what you mean?
    Thank you for taking the time to help.

    Hi there, sure Pagelines has an overview for making css edits inside the framework, see https://support.pagelines.me/docs/customization/custom-css/

    In relation to your previous code you had, you had found both the correct elements starting with .masthead, to make it effect the content-pad you would just add that class after it.

    .masthead .content-pad {then your css}.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Masthead Resize – Padding Resize’ is closed to new replies.