Home>Support>Border-radius on the main content areas (Theme: Influence)

Border-radius on the main content areas (Theme: Influence)

By SteveSOL, 9 years ago. Last reply by Andrew Misplon, 8 years ago.

I’m having a hard time editing the CSS to create a border-radius on the main content areas for the entire site. Can you help me out?

I am using a child theme of Influence by the way.

Thanks

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 11 months ago Private Message - SteveSOL

    This is a private message.

  2. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi SteveSOL

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    article.entry {
        border-radius: 10px;
    }
    
    article.entry .post-thumbnail img {
        border-radius: 10px 10px 0 0;
    }
    
    #secondary {
        border-radius: 10px;
    }
    
  3. 8 years, 10 months ago SteveSOL

    This worked except for one instance.
    On mobile devices when viewing pages with a featured image the top right and left corners have no border-radius, but the featured image does. So you can see the sharp corners peaking out from under the image that has rounded corners. This only happens when viewing on a mobile devices (phone/tablets). Any ideas on a fix?

    Thanks :)

  4. 8 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More