Support » Themes and Templates » Dividing Rows and Columns so background visible

  • Resolved stanjohn123

    (@stanjohn123)


    If you go to my website at http://www.wheelnmotor.com , I’ve divided it into 2 rows with 2 columns each,but you can’t see the division without gaps or borders. So I want to see the division between rows and columns by seeing the background between the gaps much like the 3 columns shown separately as blocks in default themes.

    I’m using the responsive child theme in WP 3.6.1 , any kind of support would be highly appreciated.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    If you add the following to your child theme .css style file:

    #wrapper {
      background-color: rgba(0, 0, 0, 0);
    
    }
    
    .panel {
        Background: #ffffff;
        padding: 10px;
    }

    that should give you what you want. You can change the #ffffff to what ever color you want, if brilliant white isn’t quite right!
    Hope this helps

    Martin

    Thread Starter stanjohn123

    (@stanjohn123)

    Thanks a lot Martin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dividing Rows and Columns so background visible’ is closed to new replies.