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;”> ‘;