Support » Plugin: Slider, Gallery, and Carousel by MetaSlider - Responsive WordPress Slideshows » Slider incorrectly positioned in Firefox

  • Resolved amri

    (@amri)


    Hi,
    i want to put my shortcode (<?php echo do_shortcode(“[metaslider id=##]”); ?>) into my header.

    The problem is, it works fin in moste of the browsers, exept Firefox!
    It’s more that the meta slider does not appear in the header. It is incorrectly positioned (for FireFox)
    The slider is too far to the right..

    How doe I center it more?

    The theme I’m working with is Weaver.

    Thank you..!
    Irma

    http://wordpress.org/extend/plugins/ml-slider/

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

    (@matchalabs)

    Hi, details on how to centre the slider are here

    http://wordpress.org/support/topic/centering-4?replies=4

    If you are still having issues then it sounds like it is an issue with your theme. I would suggest either trying a different library in the slider settings, and if fails then you could try contacting the theme developer. I only have an iPad with me until Tuesday so I am unable to check in Firefox sorry!

    Regards
    Tom

    jason@jled.org

    (@jasonjledorg)

    I am having the same issue. The slider works when embedded in the theme in IE and Chrome but in Firefox it displays off the side of the page. For me this isn’t a centering issue. I have tried using the embed and adding a div around but get the same results. I am putting it here

    <div id="mhcchomepageslider">
    
    </div>
    
    	<div id="main">

    and its always off the side in Firefox.

    matchalabs

    (@matchalabs)

    Could you send me a link to your site please?

    No response, setting to resolved.

    i have the same problem. in firefox the slider seems to work incorrect:
    http://s343835059.online.de/

    if you have any suggestions to fix this bug please let me know
    thanks for the help

    Hi mr.kriese,

    There is something in your menu.css file that is causing the issue (if I remove the menu CSS it works ok)

    Try adding this to your style.css file:

    .metaslider {
        clear: both;
    }

    Regards
    Tom

    I had the same problem, solved great!!!

    Many thanks Tom!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Slider incorrectly positioned in Firefox’ is closed to new replies.