I have fews problems. my site www.perthisc.com I don't know why my slider caption is not display on the same line(Caption is lower 1 cm) but problem only on IE not firefox or ipad. The theme is not able to display any Chinese heading on my site. How to move the menu bar below to the slider? How to reduce the spacing in between the body and slider?
Hello, 1. For your first issue We have checked your website and it seems that you have removed the slider caption from the theme. 2.For your second issue Go to js > custom.js present in your theme directory and remove the code given below Code: //Cufon replacement Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6'); 3.For your third issue Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry. 4.For your fourth issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .flexslider{ margin-bottom:10px; }