• Hi all. I want to ask. I get a code to make a comment box on post . and this is the code : <? php comments_template ();?>

    But how to make that comment box become fluid responsive ? cause that code does not responsive to my theme …

    thanks for the attention

Viewing 5 replies - 1 through 5 (of 5 total)
  • You need to change the CSS that’s associated with that functions output.

    Is the theme you are using responsive? I am surprised that the comment box would not be responsive if the rest of the page elements are responsive. How is the comment box not responding properly? Perhaps you didn’t put it in the correct type of DIV container for the theme? Can you provide a link to a specific page so we can see what it looks like?

    Thread Starter marefy005

    (@marefy005)

    of course, this is my link web : https://indonesianshadowbox.zz.mu/?p=175

    this is my HTML code: https://drive.google.com/?pli=1&authuser=0 # my-drive

    this is my CSS code: https://drive.google.com/?pli=1&authuser=0#my-drive

    not only in my comment box who did not responsive, the search box too didn’t follow responsive.

    thank you very much for your attention sir

    Try adding this to your CSS:

    #comment {
    width: 100%;
    }

    Thread Starter marefy005

    (@marefy005)

    wow thank you sir. its been resolved it , now its work ??

    o BTW i have one last problem, I use a plug-in
    “Facebook Button Settings” to create a like button FB on my post… however there is a problem, when my browser minimized, it looks the plug-in not responsive. and create a big space on the right side browser. I had enter this code:

    . fb-like-button. fb-like-button span,. fb-like iframe-button.fb_iframe_widget span {
    width: 100%! important;

    }

    and

    # fb-like-button. fb-like-button span,. fb-like iframe-button.fb_iframe_widget span {
    width: 100%! important;

    }

    but it still doesn’t work. have any suggestions, or any advice can be given to me of if you do not mind.

    But Thank you so much sir for your advice.

    God bless ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to make comment box repsonsive?’ is closed to new replies.