Hello,
I have made a test on my side and the subtitle seems to be displayed as you can see here
-> https://www.screencast.com/t/RXnh9BDTyq Please provide your website URL so I can take a closer look at your subtitle section.
Thanks.
Here’s the link.
https://www.motortech.ph/2019/03/04/new-president-of-vw-ph-bullish-on-sales-growth-in-2019/
of a post.
Hi,
I have checked your website and it seems that for that post template 4, the Subtitle was hidden on mobile and that’s why you bring nothing. Please try using the code below and place it in Theme panel -> Custom CSS area.
@media (max-width: 767px){
.td-post-template-4 .td-post-sub-title {
display:block;
}}
The result is here -> https://www.screencast.com/t/fdh7WhyO
Thanks for your understnading!
Hi,
If you want to make this modification, you need to edit the code from here -> https://www.screencast.com/t/5vDpdOuSGvv
Thanks for oyur understanding!
Hi Sir,
I put down the title below the image for the single post template. How edit / stylize its css to put padding on Mobile version?
Here’s the link :
https://www.motortech.ph/2019/03/04/new-president-of-vw-ph-bullish-on-sales-growth-in-2019/
Thanks in advance.
Hi,
If you want to affect that section on mobile devices, you need to create your own custom CSS code and apply it only for mobile devices, using the media queries. Please check here -> https://www.w3schools.com/css/css_rwd_mediaqueries.asp
Hope this helps!
Thanks for oyur understanding!
Hi,
Try the code below and place it in Theme panel -> Cusotm CSS area.
@media (max-width: 767px){
.td-post-template-4 .td-post-sub-title {
padding: 0;
}
The result is here -> https://www.screencast.com/t/shhOEOpzU
Thanks.
Hi,
If you want to create your own style for that section, you need to use the Inspector browser from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for your understanding!