Gallery Images - blackdog2020liz

Discussion in 'Regal WordPress Theme' started by blackdog2020liz, Mar 28, 2014.

  1. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    How do I increase the size of the gallery images?

    Many thanks
    Liz
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .gallery .thumbnails li {
    width: 270px;
    margin-right: 40px;
    }
    .gallery .thumbnails li img {
    width: 248px;
    background-size: 329px 164px;
    padding-left: 40px;
    margin-left: -15px;
    padding-right: 30px;
    } 
    You can adjust the above values as per your requirement.
    This will solve your issue.
     

Share This Page