Hello, For this go to the Theme options > General settings and off front page from there. After that go to the Settings > Reading and select your fullwidth page as a static page.
That will not work in this case, I wish to have the front page with all the features included in the theme without the side bar on the front page, can you send instructions for this?
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .one_fourth.second.last { display: none; } This will solve your issue.
We are getting closer!, now can we get the blank space to the right of the "A", "B", "C" section gone?
Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .main-content .home .three_fourth.second { width: 100%; border-right: none; } This will solve your issue.