Hi!
Thank you for creating this theme and helping us resolve all our issues.
- I am trying to create a full width row underneath the slider on the home page, just as it is done on the sparkling demo home page. (See the row underneath the slider with the download button)
How could this be done?
- I currently have a full width homepage. I use this code:
.home .post-inner-content {
border: none;
}
@media (min-width: 1200px) {
.home .container {
width: 100%;
}
}
.home .post-inner-content {
padding: 0;
}
Unfortunately there is still a some space on each side. This looks really strange.
Please take a look: http://athleticpursuit.com/
What can I do to fix this?