Hello, I used the following code in custom css to remove the appointment plugin: .feature_sidebar { display:none; } From another thread in order to remove the appointment plugin - however once this is done the alignment of all the pictures /text on the main page is still on the left, is there a way to fix this?
Hello, Download file attached and replace with your current front-page.php file. Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .flexslider{ width:100%; } .flexslider .slides li img{ width:100%; } .featurebox .featurebox_desc{ width:300px; } This will solve your issue.