Where can I increase the space around the H1 (Post Title) in the mobile theme? I want to have more blank space between the post title and the start of the content.
Thank you very much!
Greetings Kathrin
Hello !
That can be achieved using this css code: header .entry-title {
margin-top:15px;
margin-bottom: 15px;
}
The codes must be inserted here: https://www.screencast.com/t/fyP7TBVPWvhQ
Thank you !
Ok. But is there also a way to do it in the style.css for the mobile theme? If yes, where I can find it in the style.css?
Greetings Kathrin
The code works but causes an layout shift đ At first the H1 and the content are loaded with the originally defined space between them and after some miliseconds the new defined increased space is shown. Is there a way to put these part of code in the style.css directly?
Greetings Kathrin
Hi,
If you want to set these changes in mobile theme file style, you can do it in this file wp-content/plugins/td-composer/mobile/style.css search for “header .entry-title ” -> https://i.imgur.com/gVCaVSm.png hope this will help you!
Thank you!