Mukul M
asked 9 years ago

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
DominicStaff
answered 9 years ago

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 !

Mukul M
replied 9 years ago

Thanks! It worked 🙂

Powered by DW Question & Answer Pro