• Resolved 03alwi

    (@03alwi)


    Hi guys,

    My question is of two parts.
    First, the comment box is too narrow,(see link) and looks even narrower on mobile.

    Second, isn’t it double content to have the same FAQ in the page you want it on while it also exists as an original page by itself?

    Thanks

    • This topic was modified 7 years, 3 months ago by 03alwi.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi alwi,

    You should be able to use custom CSS to modify elements like the comment box. For example:

    .ufaq-faq-body textarea {width: 98%;}
    

    The FAQs are a custom post type, so WordPress does create single post pages for them. There’s no way around this. That being said, if you’re concerned with duplicate content for something like SEO, then there are several plugins out there that allow you to block specific posts/post types from being indexed. Alternatively, you could do it manually using your robots.txt file.

Viewing 1 replies (of 1 total)

The topic ‘FAQ comment box too narrow’ is closed to new replies.