Hello,
i am building a website with Peak child theme and for some reason full width page does not accept style added to style.css in child theme.
For example, this page has a Youtube player: http://ccase.staging.wpengine.com/?page_id=15. Page makes it full width.
In child style.css file i’ve added:
.page .fluid-width-video-wrapper {
max-width: 60%;
margin-right: 20px;
float: left;
}
As you can see none of the declarations were applied. I can’t event see it trough firebug. I only notice declarations from parent theme style.css file.
Can you please check this for me and let me know what could be the problem here?