Viewing 10 replies - 1 through 10 (of 10 total)
  • What’s the size of your Slider images? Should be 1170 x 500px.

    Try turning off Dynamic slider images centering on any devices in Global>Image settings

    Thread Starter Geotonics

    (@geotonics)

    The slider images are 1910 x 750. That’s how the theme is displayed right out of the box. I didn’t change anything.

    I tried turning off Dynamic slider images centering but it doesn’t make any difference.

    The layout is displaying correctly in the Customizer, but not on the actual home page.

    What’s the size of your Slider images? Should be 1170 x 500px.

    If they are larger (1910 x 750) they will be cropped.

    Thread Starter Geotonics

    (@geotonics)

    The slider images are 1910 x 750.
    Why are the images that are initially installed large enough to be cropped?

    Good question, I see what you mean. I’ve asked @d4z for advice

    Thread Starter Geotonics

    (@geotonics)

    One clue to the problem may be that the menu is being displayed as if it were on a mobil platform. Here a site with the problem, but I can’t promise that this particular example won’t be fixed at some time in the future.
    https://applehawk.com/

    Hello,
    The latest isn’t a bug but a feature, if you want it:
    https://presscustomizr.com/introducing-customizr-pro-v1-2-customizr-free-v3-4/
    About the slider demo, theme’s developer has been informed ??

    Thread Starter Geotonics

    (@geotonics)

    Ok, thanks. I’m not used to hiding the menu unless the screen is very small.

    Thread Starter Geotonics

    (@geotonics)

    If have firebug and you click on the various containers you will see that one of them has a class .container with a width of 1170px. Find the original source and it looks like this
    .container, .navbar-fixed-bottom .container, .navbar-fixed-top .container, .navbar-static-top .container, .span12 {
    width: 1170px;
    }

    Don’t change that, but this tells you want exactly to overide. In your theme, or child theme, put this into your style sheet
    .container, .navbar-fixed-bottom .container, .navbar-fixed-top .container, .navbar-static-top .container, .span12 {
    width: 100%;
    }

    Thread Starter Geotonics

    (@geotonics)

    sorry, the last message is in the wrong thread.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Top of slider cut off’ is closed to new replies.