John Yakubik
asked 7 years ago

Hi,
I’m going to be using the DW Focus 2 theme for my website but I am running into an issue. When you place the sidebar on the left and resize the page instead of the sidebar moving to the bottom of page it moves to the top?

http://recipepatch.dev-staging.site/fair-food-sure-order-funnel-cake-fries-comin-right/
Thanks in advance-
John

Hà Anh
replied 7 years ago

Hi,
To solve this issue, please add the following code to the style.css file:
.single-post .row {
display: flex;
display: -webkit-flex;
flex-flow: column;
}
.single-post .row .col-secondary {
order: 2;
}
.single-post .row .col-primary {
order: 1;
}

John Yakubik
replied 7 years ago

Thanks for the quick response- It appears to have corrected our issue. I have been using DW Focus for a while now on one of my sites. The DW Focus 2 theme looks very promising. Any idea when documentation for that will be done? Thanks again for the quick response. John

1 Answers
DominicStaff
answered 7 years ago

We have finished the Document of the theme, please find here for the document guide on how to configure the site: designwall.com/guide/dw-focus-2/
Please let me know if you have any issue or question.

Powered by DW Question & Answer Pro