Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1075541
Full width blog page
Closed

Comments

  •  2
    Bertuz87 started the conversation

    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.



  •  6,933
    Oliver replied

    HI!

    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