Is there a way I can remove the space between my logo and the start of this page contents?
How do you tighten things up?
Hi ryandewitt!
Thank you for using Enfold.
You can use this in the Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive .content {
border: none;
padding-top: 0;
}}
I also noticed that the logo is not vertically aligned so you can add this:
strong.logo {
top: 20%;
}
Cheers!
Ismael
Thankyou Ismael! PERFECT ;]
Is there anyway that I can specifically reduce the size of my homepage body text without effecting my other pages like my product description. http://contextc.com/shop/ (iThemes Exchange)
My home type face is perfect however it makes my other type large.
My Enfold Blog is looking good: http://contextc.com/data-visualization/
I’m using the below code to make my text bigger on my homepage, I thinks it over riding it. thanks for any suggestions.
`body {
font-size: 18px;
}
Hi!
You can control the size of all text on http://contextc.com/ by using the following, please note that is will make all text a bit smaller:
.page-id-725{
font-size:90% !important;
}
Cheers!
Rikard