Archived topic
Hide the title and widen the post width
5 replies · Started by Kelvin on February 20, 2021
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?
Hi there,
looks like the Site you imported is using the Header Element:
https://docs.generatepress.com/article/header-element-overview/
You will find them in Dashboard > Appearance > Elements - delete the ones you don't require.
I finally find the setting of Elements but I can't solve my problem,
I added the Rules to my custom post https://prnt.sc/101w493
Set the content width to 1200px https://prnt.sc/101w4w3
Disable the content title https://prnt.sc/101w5xm
But I find the title and width of content don't work https://prnt.sc/101w93s
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;
}