Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #872504

    powrider686
    Participant

    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?

    #872506

    powrider686
    Participant
    This reply has been marked as private.
    #873311

    Nabeel A
    Moderator

    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!