Archived topic
Margin in Titles
1 reply · Started by Jose on March 22, 2019
Hello,
Please I'm trying to style the posts.
I need the headings to extended more than the body. Like André here: https://tinylittlebusinesses.com/zettelkasten-method/
Mine is here https://pasivoingreso.com/como-hacer-un-blog-tutorial-paso-a-paso-con-fotos/
See pictures too.
https://drive.google.com/open?id=1lTBMbR_5b7CYPBF2jv22N7NBfQD-znN3
https://drive.google.com/open?id=1RLMx5zGJt4Vs3BShzZHfcXHFfoy6DGUu
Thank you in advance.
Hi there,
try this CSS:
@media (min-width: 768px) {
.post .entry-header,
.post .inside-article h2,
.post .inside-article h3 {
margin-left: -85px;
margin-right: -85px;
}
}
You can make them wider by making the -85px larger ... e,g 120px, however this would mean it would be wider then the content area. So you could increase the Container Width in customizer and increase the content padding to make it more noticeable.