
Originally Posted by
spawnie69
Can my slider images be centered and downsized just a little so that I have my left and right columns displayed on the sides of them?
Here is demo 1.54 site is located at
www.gelcandlecompany.com/demo
Thank you Anne and thank you guys for the help!
What I would do if it was me (Anne may have another opinion) is in the
includes/templates/responsive_sheffield_blue/common/tpl_header.php
remove
PHP Code:
<?php
if ($this_is_home_page) {
?>
<?php
if (RSB_SLIDER_STATUS == 'true') {
?>
<?php require($template->get_template_dir('tpl_home_slider.php',DIR_WS_TEMPLATE, $current_page_base,'common')
. '/tpl_home_slider.php');?>
<?php } ?>
<?php } ?>
and put it in the:
includes/templates/responsive_sheffield_blue/common/tpl_main_page.php
right after:
HTML Code:
<!-- eof upload alerts -->
Bookmarks