I am using Curb Appeal and want to use the Tab Show module as per the demo to display testimonials. I have it set up identically to a Quick Start instance of the template, but just cannot get the images to be centered in the module position that I'm using. I've spent a lot of time with Firebug and just can't get it centered. Some help please!

    Please could I have a response to this. It is holding up my project.

      Hi bonzomedia

      You can try this custom css:

      .s5_tab_show_slide_button_inactive,
      .s5_tab_show_slide_button_active {
          float: unset;
          display: inline-block; }
      
      .s5_tab_show_slides_buttons {
          text-align: center; }
      Write a Reply...
      You need to Login to view replies.