Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #405394

    Hi, I’m using the latest release of Enfold, but the pages are not responsive in Firefox. Safari and Chrome are fine, but not FF.

    Also, in text boxes, I cannot seem to get the text to center properly. It always ends up left-aligned.

    Any suggestions gratefully received!
    Thanks

    #405405

    Fixed the alignment issue with some CSS! yay! But the FF issue remains

    #405758

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-mozilla img, .avia-mozilla a img { width: 100%; }

    Regards,
    Yigit

    #405876

    Thanks. Tried that but it still is cut off on the right. Weird!

    #406257

    Hey!

    Try to disable the wpengine’s autooptimize feature. Ask your host.

    Best regards,
    Ismael

    #406763

    Thanks!

    I deactivated the plugin, cleared the cache in FF but it still has the same issue.

    #407055

    Hi!

    Can you try de-activating all active plugins and check if that helps? Also, which version of the theme are you using?

    Best regards,
    Yigit

    #407140

    Hi,
    I just tried that on a staged version of the site, cleared the cache again and reloaded and the issue is still there. I’m running version 3.0.8 of Enfold.

    I haven’t yet tried this on Internet Explorer (because I hate it!), but I’ll be doing that later today and see if it’s OK. Also I’ll try it on Opera as well.

    Thanks!

    #407173

    OK, I’ve tried IE and Opera and it displays correctly in both.
    The only other thing I can think of is showing what CSS has been added to the theme. My changes are shown below:

    .single-product-main-image {
    width: 20%;
    float: left;
    margin-right: 50px;
    overflow: hidden;
    padding-bottom: 50px;
    }

    /* #top #main .avia-section .template-page{
    width: 60%;
    border: 0;
    margin-left: auto;
    padding-left: 0;
    margin-right: auto;
    } */

    div .products .product {
    float: left;
    margin: 0 1% 1% 0;
    padding: 0;
    position: relative;
    width: 15%;
    margin-left: 0;
    }

    a.about_paypal {
    display: block;
    }

    li.payment_method_paypal img {
    width: 200px !important;
    height: 70px !important;
    }

    p.product.woocommerce.add_to_cart_inline{
    text-align: center;
    }

    #407460

    Hi!

    The autooptimize feature is still enabled. I think the script and stylesheet minify settings is causing the issue.

    Regards,
    Ismael

    #407523

    I have disabled it, cleared the cache and reloaded and the issue is still there. I can’t reproduce it in any other browser…

    #407833

    Hi!

    Ok. I think the problem is you’re using the blank template. Add this code in the Quick CSS field:

    @media only screen and (max-width: 989px) {
    #top.avia-blank #wrap_all #main .container {
        padding-top: 0px !important;
        width: 85%;
        max-width: 85%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        float: none;
    }}

    Best regards,
    Ismael

    #408227

    Thanks for that idea. Sadly, it still is clipped on the right hand side. Admittedly, not by much, but it is clipped and the amount hasn’t changed with that CSS.

    Sorry to have something so difficult!

    #408695

    Hi!

    We can’t reproduce the issue on our installation. Please post the login details here. We would like to check it.

    Regards,
    Ismael

    #408981
    This reply has been marked as private.
    #410284

    Hey!

    I think it’s the blank template that’s causing the issue. Instead of using it, use the default template then hide the footer, header, socket, sidebar inside the Layout settings. We fixed the page for you: http://thesixthsensesolution.com/courses/accelerated-healing-course-details/

    Cheers!
    Ismael

    #410634

    Thank you SOOOOO much! I know it was just a small problem in terms of display, but I am really grateful for your persistence in finding the solution.

    Can’t see anywhere to mark this as closed, but it most certainly is!!

    Thanks again. You guys do a fantastic job!

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Firefox unresponsive and alignment issues’ is closed to new replies.