Hi
Love your theme
Two questions
1- When i click on the facebook or twitter (or any other social button) in the header, it opens in the same page. How do i set it to open in other window or tab?
2 – I want to remove the sidebar completely, from the post and make the page in a single column layout. how do i do that?
Cheers
1 Answers
Hi,
To resolve this issue, you can do as the following:
1. To resolve this issue, you can open the header.php file in the folder path “wp-content\themes\dw-fixel”. Find the line 46 to line 70.
See the screenshot: http://prntscr.com/5hen9x
2. You can add the following code to the style.css file:
.single .single-page .side-bar { display: none; }
.single-detail .main-content.span8 { width: 100%; }
Hope this helps !
Thanks! It worked 🙂
Please login or Register to submit your answer