Hi,
I see that now teh article templates look ok https://prnt.sc/d3IzVFIdPfM4 maybe before you used a cloud template and it is possible that something was interfering with it.
Regarding the header, please confirm whether you have a single Cloud Header or multiple Cloud Headers. It is possible to have more than one, and they can be assigned to specific pages and Cloud Templates.
Any header assigned to a page or Cloud Template will override the global header for the pages or templates where it is assigned.
its showing fine now in post because i changed the post template to old one. its breaking when i use single post template from cloud.
https://prnt.sc/lswDlPZNdaEa. in admin panel everything is fine and properly showing. its only happening when i check without logging in.
yeah i tried by deactivating the litespeed plugin. after that everything was working fine. thanks
One more question. can we reduce this space? – https://prnt.sc/0Jj-_E2ioNqI
using flex block 1
Hi,
This depends on the elements used there, I think it is the flex block with title template 15, so you can try this css:
.page-id-5100 .td_block_template_15 .td-block-title {
margin-bottom: 12px;
}
If you need it apply on global you can use this will apply on all elements taht have the title template 15
body .td_block_template_15 .td-block-title {
margin-bottom: 12px;
}
Thank you!