Hi,
When I’m trying the custom code from knowledgh base “Experimental – Full Width Content” for a certain page on my site, it didn’t work out.
Here’s the page I’m trying to be full width: http://staging.ohhiaudio.tw/knowledge-base/stores/
(The map and the list are created by a plugin, but before I put the text and button beneath it, the map was full width. So I think it’s not a plugin problem.)
And here’s what I put in the custom CSS in Theme Options:
.page-id-9892 #main-container > .container {
width: 100% !important;
max-width: 100% !important;
}
Please help check where I did wrong, thanks!