Hi,
Resizing the content box will cause issues in other device view.
It may be possible to resize text without affecting the layout.
Post your website URL and tell which text you want to re-size.
Thank you
the website is http://www.mortgagerefunds.es/.
I want to resize the 4 boxes in the middle.
Thank you for your help
also how do I change the colour of the text within the 4 boxes?
I have used this css and seem to have worked!
.home-content-boxes h2 {
margin-top: -20px !important;
}
.home-content-boxes p {
margin-top: -5px !important;
margin-bottom: -5px !important;
}
.home-content-boxes a {
margin-top: -5px !important;
}
.home-content-boxes {
top: -50px !important;
bottom: -60px !important;
}
.home-content-boxes p {
font-size: 13px !important;
color: #00cca3
}
.home-content-boxes h2 {
font-size: 16px !important;
}
.home-content-boxes p {
margin-bottom: -60px !important;
}
.header {
padding-bottom: 0px !important;
}
.t4p-icon-social-rss::before {
font-family: ‘FontAwesome’;
content: “” !important;
}
The next problem I have is that it look awful on mobile! what can I do?
Hi,
This was what I had mention to you if you resize your content boxes.
Resizing the content box will cause issues in other device view.
Thank you.