Homepage › Community Forums › Epik Theme Support › slider height › Reply To: slider height
How much space are you trying to reduce it by exactly? You can find the code on line 1318 in your style.css file –
.welcome-wide .wrap {
margin: 0 auto;
overflow: hidden;
padding: 120px 0 60px;
width: 1140px;
}
If you’re not using a program to edit your files, then you can use the command + f function (MAC) or Control + F function (PC) to search and find the area/location for – .welcome-wide .wrap where you’ll be able to make your adjustments.
You can adjust the padding in the CSS if you want to reduce the spacing.
I’m using an HTML/CSS program/editor that helps show the Line numbers in the CSS file. I would recommend using an FTP plugin (like Filezilla or any other program you prefer)….then once you have that program setup, you can use the editor you want to use with the FTP program. Once you make edits to the Program, it will automatically update your site and it’s files. This is what the majority of Developers use to edit files on WP sites. You just need to set it up properly….your hosting company can help you with this if you need the info to login and access your FTP. Let me know if that helps.
