- This topic has 11 replies, 2 voices, and was last updated 1 year, 7 months ago by
David.
-
AuthorPosts
-
January 6, 2021 at 1:29 am #1607573
Atefan
Hello,
I have a problem on Post,
the Page Title H1, sticks to the left and down the category same. both desktop or mobile view.
content in between I’m able to adjust to my needs, but why not the H1 Titel on top and category folder icon bottom?January 6, 2021 at 3:30 am #1607729David
StaffCustomer SupportHi there,
that page has its Content Container set to Full Width:
https://docs.generatepress.com/article/content-container/
Is there any reason for that ? As this option removes the container padding.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 6, 2021 at 3:41 am #1607741Atefan
Yes, as I like to get the coloured container all over, no padding left right.
January 6, 2021 at 6:02 am #1607862David
StaffCustomer SupportYou can simply set the Customizer > Color > Body –> Background color to match your container color.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 6, 2021 at 7:08 am #1608121Atefan
But I would like on each post or page different colour on some containers, for overlapping.
customizer, works for all over, right.January 6, 2021 at 8:38 am #1608233David
StaffCustomer SupportTry adding this CSS:
.single-post.full-width-content .entry-header { max-width: 1200px; padding: 0 40px; margin: auto; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 6, 2021 at 8:47 am #1608247Atefan
Yep, this worked for the title, great, only the down part, category and tag, before the footer. you have a css for this too?
thanksJanuary 6, 2021 at 9:03 am #1608273David
StaffCustomer SupportOh my sorry about that – just refilling my Coffee lol – use this CSS – i have included the Comments Form as well
.single-post.full-width-content .entry-header, .single-post.full-width-content footer.entry-meta { max-width: 1200px; padding-left: 40px; padding-right: 40px; margin: auto; }
And that footer meta could do with some space below it – for that you can add this:
.single-post.full-width-content footer.entry-meta { padding-bottom: 40px; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 6, 2021 at 9:16 am #1608285Atefan
no problem ๐
Yes, it looks good, but how to remove the comments line, as comments been fine, and with this now, it gets to narrow.
January 6, 2021 at 9:17 am #1608286David
StaffCustomer SupportEdited the CSS here:
https://generatepress.com/forums/topic/h1-post-title-and-footer-category-padding/#post-1608273
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 6, 2021 at 9:21 am #1608291Atefan
perfect!
Thank youJanuary 6, 2021 at 9:29 am #1608298David
StaffCustomer SupportGlad we got there ๐
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.