bislewl:
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
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
<!-- eof upload alerts -->
I tried out what Bislewl recommended and it appears like this https://www.gelcandlecompany.com/demo
Looks like the slider is a little in the blue as you can see. Can this be moved a little?
I was hoping that Important Links, Best Sellers and Specials column would appear on the right side and Newest, Features and Specials would be appear directly underneath the slider instead of so far down.