• Resolved igorsmrek

    (@igorsmrek)


    Hi.
    Recently in the theme Customizr my carousel and the block inside moved to the top and arrows controlling slider to the bottom. No changes to css were done to affect it. I run 2 sites and one is working perfectly well and new one, which was working OK 7 days ago is now offset. Solution I found is to use css code bellow for carousel caption part, but seems to be not a right solution as original default set up is acceptable for me. Arrows are just not solved.

    .carousel-caption {
    position: relative;
    top: 100px;
    }

    Any ideas what could happen?

    https://www.dvereprovily.cz

Viewing 1 replies (of 1 total)
  • Thread Starter igorsmrek

    (@igorsmrek)

    Issue cause by using plugin and code from there. Not sure if wrongly used or real incompatibility.

    Performance optimization tips: Make CSS at the top and scripts at the bottom in HTML head section.

    Verze 1.0 | Autor: Satya Prakash

Viewing 1 replies (of 1 total)
  • The topic ‘Carousel caption and arrows miss-positioned’ is closed to new replies.