• Closed
  • 21.09.2015 at 09:45 #20797

    I had ordered the pro version of your theme. It works fine but I have troubles in my blog with the post slider.
    Here is the url of my blog: http://neumarktfuermenschen.ihcoffice.at

    I use posts of a category for the slideshow content. The first slide is ok. All other slides have a problem with the lenght of the content text.
    The text overwrites the Button “read mote”.

    I checked this with Safari, iPad, iPhone 6, Firefox, Chrome, Edge. The same situation in all browsers.

    Please support me to fix this bug.

    Denzel Chia
    Moderator
    Posts: 2656
    21.09.2015 at 19:04 #20804

    Hi,

    Please use the following codes in Theme Options -> Custom CSS

    .slide-container {
    height: 400px !important;
    }

    It will increase the height of your post slider. The button will be at a lower position.

    Thanks!