Site logo

Archived topic

Hide the title and widen the post width

5 replies · Started by Kelvin on February 20, 2021

Viewing posts 1–6 of 6

Dear Sir/Madam,

Toolset is the main tool for me to develop the WordPress website, as GeneratePress is the recommended theme, so I bought it.

I apply the Toolset's content template, I do disable all title, meta but not work https://prnt.sc/101s1lz
Refer to screenshot https://prnt.sc/101s0lp, how can I remove the title area? it is too large and widen the width of the content? I select no sidebar from theme customize but the theme still limit the content width at 700px, please advise which setting from GeneratePress control this?

Do you have any Header Elements - as that is what is displaying the Dark Background with Post Title.

Dear David,

I fixed the Post title issue, but can't find the setting for the .entry-content width, although I can fix it using css, I want to know whether GeneratePress theme has such setting.

Please refer to this https://prnt.sc/101w93s

Best regards,

Kelvin

If thats the Mellow site from the Library then you will need to go to Customizer > Additional CSS and change this:

.no-sidebar:not(.generate-columns-activated) .inside-article > *, .no-sidebar #comments {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
This archived topic is closed to new replies.