Hello
I have searched the topics, and tried some solutions from other topics, but without any luck.
I need to change my headersize for my posts. On the computer there is nothing wrong with the header size on each post. But at the mobil the blogpost element is set to a grid with 2 colums.
The problem is that the header is to wide on the mobil, and cross over the header next to it.
Can you pleas help?
Hey tcoach84,
Add this to quick css:
@media only screen and (max-width: 767px) {
h3.slide-entry-title.entry-title {
font-size:1em!important;
}}
Best regards,
Jordan Shannon