If you use tGreen or tVegan theme (two of our Premium WordPress themes), you may want to display the Homepage Slider in Full-Width. It can be done easy, here are all of the necessary steps:
- Login to your Admin Panel
- Navigate to Left Menu -> Appearance -> Customize -> ‘Additional CSS’ Section
- Insert the following code:
#slider-wrapper {
width: 100% ;
padding: 0;
} - Save Change
That’s all 🙂