D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: Disable Slider and second row of feature boxes in Simplify Extend

Front Page D5 Creation Forum General Support Disable Slider and second row of feature boxes in Simplify Extend Re: Disable Slider and second row of feature boxes in Simplify Extend

#4092
D5 Creation
Keymaster
Quote:
Quote from MastermindStudios on March 9, 2013, 05:23
Update: By adding the image code into the “Banner Video or another Thing”, I managed to disable the slider. However now the width is too wide and there is a grey background around it.

See the following link:
http://swp.greaterthantechnology.com/

Please go to your front-page.php file. Point to Line 17:

Code:
echo ‘<div style=”width: 1050px; padding: 15px 0; margin: 20px auto; background:#555555; overflow: hidden;”><div style=”display:table; margin: 0 auto;”> ‘;

and replace this line with the following:

Code:
echo ‘<div style=”margin: 20px auto; overflow: hidden; width: 930px;”><div style=”display:table; margin: 0 auto;”> ‘;