update
only if I’m using h1 or h2 or h3
Hi @wahyuesgroup,
I’m sorry, but it’s hard to debug and help you without having the page opened and checking it in browser console. Please leave a direct URL to that topic.
Hi @wahyuesgroup,
Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left {
width: 156px;
float: none;
}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right {
margin-left: 10px!important;;
float: none;
flex-grow: 1;
}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post{
display: flex;
justify-content: space-between;
align-items: flex-start;
}
Hi @gvectors-team
Thank you very much
now it is running perfectly
@wahyuesgroup,
Please remove the previous CSS code and use this one instead:
@media screen and (max-width:800px) {
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left {
width: 156px;
float: none;
}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right {
margin-left: 10px!important;;
float: none;
flex-grow: 1;
}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post{
display: flex;
justify-content: space-between;
align-items: flex-start;
}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-meta .wpforo-post{
display:block
}
}
Save it, delete all caches, go to forum front-end and press Ctrl+F5 to reset the browser cache.
Hi @gvectors-team ,
now everything is going well