Comments 2Bertuz87 started the conversationFebruary 25, 2017 at 2:46pmHello all, I'm working on a photography website for my wife. I'm now try to build the template for blog posts. I want to have the blog post full width. But I couldn't change that with CSS or an adjustment in the theme. Its about the url: http://gerrieke.mayday-zzp.nl/bruiloft/blog-matthijs-cornelieke/In the CSS of the theme I found this setting:@media (min-width: 1212px).container {width: 1212px;}Is there a possibility to remove this from the theme, because on every page he add this rule to the css. 7,092Oliver repliedFebruary 27, 2017 at 12:27pmHI!You can add following css in the theme options: .container { width: 100% !important; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hello all,
I'm working on a photography website for my wife. I'm now try to build the template for blog posts. I want to have the blog post full width. But I couldn't change that with CSS or an adjustment in the theme.
Its about the url: http://gerrieke.mayday-zzp.nl/bruiloft/blog-matthijs-cornelieke/
In the CSS of the theme I found this setting:
@media (min-width: 1212px)
.container {
width: 1212px;
}
Is there a possibility to remove this from the theme, because on every page he add this rule to the css.
HI!
You can add following css in the theme options:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver