Tagged: x Author Posts April 8, 2016 at 3:37 am #872504 powrider686Participant Hi there, I’m trying to add a border radius to a column container on my site and can’t seem to get it right. Heres the site: http://fleminglandscaping.co/durango-rock-work-retaining-walls/ It is the background behind the area title “Rock Work”. Here is the code I have tried: .home #x-section-1 .x-column{ border-radius: 15px; } Can you help? April 8, 2016 at 3:38 am #872506 powrider686Participant This reply has been marked as private. April 8, 2016 at 3:51 pm #873311 Nabeel AModerator Hi again, Try replacing your code with this one: .page-id-105 #x-section-2 .x-column.x-sm.x-1-1 { border-radius: 30px; } Let us know how this goes! Author Posts