• Resolved perry_n

    (@perry_n)


    Hi

    I’m currently using the evolve template and was wondering if there is a way that i can box or border the widgets and the contents on the page e.g. https://buddywp.wpengine.com/. If you look at the example all the widgets on both sidebars as well as the content in the middle are boxed off. Is there a way that this can be done.

    I would really appreciate help on this.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    That can be done easily with custom CSS.

    You can put something like this

    .content {
        background-color: #ecebe9;
    }
    #primary, .widget {
        border-radius: 10px;
        background: #fff;
    }

    in Custom CSS option to get started.

    Hope that helps.

    Thread Starter perry_n

    (@perry_n)

    You are a superstar

    That is brilliant.

    Thank you very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Boxed Widgets and Content’ is closed to new replies.