Hi guys. I’ve been looking into the forum, but did not find exactly the same request I’ll make.
Please check this page of my site and reduce the window size:
http://latinnav.com/?page_id=12
When the size of the screen is large enough, the look is good.
But when it gets smaller, the main content only completes 70% of the screen and the sidebar 24%.
In custom CSS box I have written this:
.page-id-12 #primary {
width: 70%;
}
.page-id-12 #secondary {
width: 24%;
}
What is it that I’m missing to have it correctly shown in responsive behavior?