• Resolved Bahram

    (@bahram1992)


    Hello, On the mh slider widget, it is showing the title and some part of the content at the top right side, how can I change it to bottom left to right (Horizontally), I mean I decrease the Height to like 30px, and make the width 100% instead!

Viewing 1 replies (of 1 total)
  • Hi Bahram1992,

    please add this to custom CSS:

    .slide-caption { width: 100%; height: 30px; bottom: 0; top: auto; right: auto; }
    .flex-control-nav { display: none; }

    Regards
    Michael

Viewing 1 replies (of 1 total)
  • The topic ‘How to change the size of mh slider content box’ is closed to new replies.