• Is there a way to put a border around the featured images and/ or to put a small line across the top of each one of them to help break them up visually on mobile devices?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dfwmax

    (@dfwmax)

    I figured out how to put lines above and below the featured images on the front page. These lines help to break up the content when viewed on a mobile phone.

    .widget-front {
    border-bottom: 2px solid #999999;
    border-top: 2px solid #9999999;
    }
    Thread Starter dfwmax

    (@dfwmax)

    Ooops. One too many 9’s in the top border code. Here is the correct code.

    .widget-front {
    border-bottom: 2px solid #999999;
    border-top: 2px solid #999999;
    }
    Thread Starter dfwmax

    (@dfwmax)

    I would still like to know how to put a thin line around the featured photos. Any suggestions would be greatly appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is there a way to put a border around the featured images?’ is closed to new replies.