Viewing 7 replies - 1 through 7 (of 7 total)
  • pinokio

    (@lapanwebsite)

    What about enabling right click for start?

    Thread Starter MiracleB2013

    (@miracleb2013)

    How does right click impact the comments section?

    hi MiracleB2013,
    I think LapanWebsite is talking about clear:right; property which u used in commets section.
    I think you can use clear:both in comments section..?

    pinokio

    (@lapanwebsite)

    Enable right click so we can inspect the element and see where is a problem.

    Thread Starter MiracleB2013

    (@miracleb2013)

    I thought that’s what you meant. I deactivated the plug in that controls that. You should be free to right click now.

    pinokio

    (@lapanwebsite)

    Child theme or custom plugin for editting css, or in your theme options page panel and if you have option to add custom css, add this:

    .form-submit {
    clear: both;
    }
    
    .comment-subscription-form {
    clear: both;
    }

    Still won’t work? Than:

    .form-submit {
    clear: both !important;
    }
    
    .comment-subscription-form {
    clear: both !important;
    }
    Thread Starter MiracleB2013

    (@miracleb2013)

    The second one worked! Thank you so much LapanWebsite! I really appreciate it :)!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Comments Section Displaying Improperly’ is closed to new replies.