[Support request] Border around content and widgets

Home Forums Support [Support request] Border around content and widgets

Home Forums Support Border around content and widgets

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #924645
    Rajesh

    Hai, I want to add border around content and widget and I find this code
    .inside-article,.sidebar .widget{border:1px solid #f2f3f4}
    But it is looking good in desktop version but in mobile version the left and right borders are not appearing, so how can I show proper borders in mobile version.

    #924666
    David
    Staff
    Customer Support

    Hi there,

    looks like you cache plugin is messing with the order of the CSS slightly so the padding on the columns is missing on mobile. Add this CSS to stop that from happening:

    @media (max-width: 768px) {
        .generate-columns {
            padding-right: 20px !important;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.