最近の検索
最近の検索はありません
wysiwyg responsive issue only on Article page. Code is the same everywhere
投稿日時:2025年1月19日
I am so confused. I am using the default code for the comments. But only on one page, article_page.hbs
it is not mobile responcive. I even deleted the all the code from article_page.hbs
and only left this and still nothing. Please please anyone tell me where to look anf what might I do here
{{#form 'comment' class='comment-form hbs-form'}}
<div class="avatar comment-avatar">
{{user_avatar class='user-avatar'}}
</div>
<div class="comment-container">
{{wysiwyg 'body'}}
<div class="comment-form-controls">
{{input type='submit' class="button button-large"}}
</div>
</div>
{{/form}}
On all other pages, when the screen gets smaller, icons move to a mobile friendly dropdown:

But only on Article it does not, even if the only thing on the page is this input:

No extra errors in the console. All the same. It woeks on all other pages
0
0
0件のコメント