• Resolved ajghell

    (@ajghell)


    Hello World!
    In my website, I’ve Enigma Theme by Weblizar. The slider in home page is very big for me, I would like to reduce (eg. 500×350 px), but I don’t know what changes made.
    Is possible to reduce the slider?
    Or is possible to replace original slider with anoter plugin ?
    For now I won’t replace entire front page, but only reduce the slider.

    thanks
    Angelo

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @ajghell

    To reduce the size of your slider, at first you need to Admin Panel / Appearance / Customize / Theme Options / Theme General Options / Custom CSS.

    Here copy and paste below CSS

    
    div#myCarousel {
        height: 350px;
        width: 500px;
        left: 500px;
    }
    
    .carousel-inner > .item > img{
    height:350px;
     width:500px;
    }

    Here you can adjust height, width according to your requirement.

    Hope this will resolve your issue.

    Best Regards!!

    Thread Starter ajghell

    (@ajghell)

    many thank’s for reply. I’ve resolved!!

    Hello @ajghell

    I am very happy to hear that your issue has been resolved.
    Please mark this thread as resolved cause it will be easy for other users with similar issue to find their solution if seen this thread marked as resolved.

    Best Wishes!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme Enigma Slider Issue’ is closed to new replies.