Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author John Gardner

    (@jgardner03)

    Hi JohnSparrow,

    Thank you for using my plugin. Do you have a link to a site I could see this behavior on? It’s going to be difficult to troubleshoot without it since there’s nothing in the plugin itself that would cause that problem.

    Thread Starter JohnSparrow51

    (@johnsparrow51)

    Hi John

    Thanks for getting back to me. My website is visualsolve.com. I have put it back onto the site temporarily so that you can see the problem. Any help appreciated.

    Cheers

    John

    Plugin Author John Gardner

    (@jgardner03)

    Took a bit of hunting but I found the issue.

    .arconix-faq-wrap has a clear: both; declaration which is causing the odd behavior with your theme.

    If you go to your style.css file and add the following, it should clear everything up:

    .arconix-faq-wrap {
        clear: none !important;
    }
    Thread Starter JohnSparrow51

    (@johnsparrow51)

    Brilliant! That’s sorted it. Thanks John

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can't make faqs start at top of page’ is closed to new replies.