Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Add border to columns

  • I want to make a light border around my columns.

    My blog looks like it is all in one column. I want to put a light border for my sidebar and top bar. I have my sidebar colored but I do not like it.

    I also wish to put my blog so that there is no column between post

    Blog image

  • Can you link me to your site where I can see the blog?

  • Hi there,

    Try adding this CSS inside the Customize > Additional CSS section:

    .inside-right-sidebar {
    border: 1px solid grey;
    padding-right: 1px;
    padding-left: 1px;
    }
    
    .inside-navigation {
    border-bottom: 1px solid grey;
    }
  • Perfect.

    Now how to i do the same thing for my footer widgets?

  • Change .inside-right-sidebar to .inside-right-sidebar, div#footer-widgets or .inside-right-sidebar, .site-footer, depends on what you want.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.