• I am having an issue with not being able to change my page titles just before the page content begins. I’ve tried almost everything going through each h2 attribute in the CSS but it doesn’t want to change it at all.

    The home page h2 title seems to be having some kind of spacing issue as well. When navigating through each page, everything is uniform and placed as it should be but when jumping back to the Home page, there’s a bigger gap between the h2 page title and the content below.

    Any suggestions would be appreciated.

    Site: https://glasses.net84.net/
    Theme: Delicate

Viewing 1 replies (of 1 total)
  • Thread Starter Daily-design

    (@daily-design)

    Solved the content/spacing issue. Completely forgot about a previous helpful reply on here. Just edited Margin top in the CSS:

    .post .entry {
    margin-top: 26px;

    And here is the h2 issue solved (at least for myself)

    Edit the following in the CSS file:

    .singlepage .post .title h2 {line-height:27px; overflow:hidden; max-height:55px; font-weight: bold; font-size:18px;}

    Items in bold were added to that line of code and it looks like everything is working fine now.

Viewing 1 replies (of 1 total)
  • The topic ‘Page title un-editable’ is closed to new replies.