• Resolved Renwod

    (@renwod)


    Hey all! I’m premising i’m noob in editing, and i have a question.
    Now i’m building a website using Pinboard theme (DEMO SITE): how can i edit style.css in order to make website full width?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Use a Custom CSS plugin and add:

    #wrapper {
     max-width: none;
    }

    http://wordpress.org/plugins/custom-css-manager-plugin/

    Thread Starter Renwod

    (@renwod)

    Thank you very much. Another question: when i create a page, there are margins beetween the content and the background. I set the same color, but margins stay. How can i toggle them off? So the page can be less blog-like.

    Thread Starter Renwod

    (@renwod)

    Edit: Ok, i’ve done it. With firefox analyzer i found out that borders’ class was .entry, then i searched it in style.css and i found

    .entry,
    #comments,
    #respond {
    	margin:2.5%;
    	background:#fff;
    	border-bottom:#DDD 1px solid;
    	border-bottom:rgba(0, 0, 0, .13) 1px solid;
    	box-shadow:0 0 5px rgba(0, 0, 0, .1);

    i set 0px in css editor plugin and now it’s fine

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make a theme full width’ is closed to new replies.