Reply To: Help with Final Tweaks

Homepage Community Forums Optimal Theme Support Help with Final Tweaks Reply To: Help with Final Tweaks

#15729
Wes
Moderator

    For the shadow, go to line 890 in your css and increase the bottom padding like this –

    .slider .wrap {
        background-image: url(images/slide-shadow.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        margin: 0 auto;
        padding: 30px 0 40px !important;
        width: 1140px;	
    }

    You can adjust that number (40px) if you want. I think you currently have it set at 5px. Once you make that change it will look like this – http://i.imgur.com/3Gkgnqy.jpg

    For the second issue, head over to line 1063 and add float: left; to the .home-bottom .widget like this –

    .home-bottom .widget {
    	float: left;
    	margin: 0 0 20px;
    	padding: 0;
    }

    The end result will look like this – http://i.imgur.com/GS9UaGm.jpg