Archived topic
Blog Spacing
4 replies · Started by Sebastián on November 16, 2017
Hi im modifying some things on my Blog Page.
https://www.mmarketingonline.com/blog/
I would like this space to be reduced: https://i.imgur.com/aFT7Tso.png
I know i've did it before but i can't find the code for that.
Thanks
Also, do you guys know how to edit this button and the rest of the buttons like this one? https://i.imgur.com/tTcAWM3.png
Its exactly like my "post comment" button and my "send form" button. Same color same font but i don't remember how to change the colours and the font.
Thanks
Hi there,
Try this for the space:
.inside-article .entry-content,
.post-image-below-header.post-image-aligned-left .inside-article .post-image {
margin-top: 10px;
}
There is a button section in both Typography and Colors panel in the customizer.
Thanks it works but it gives me an error though it says: Expected RBRACE at line 200 Col 3
Where is the error coming from?
CSS shouldn't give such error.