Adjust height page banner image

Discussion in 'Regal WordPress Theme' started by john_hertel, Jun 25, 2014.

Thread Status:
Not open for further replies.
  1. john_hertel

    john_hertel Guest

    Joined:
    Jun 24, 2014
    Messages:
    2
    Likes Received:
    0
    Hello,

    Is it possible to adjust the height of the page banner image?
    Thanks
    John
     
  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:
    .banner img {
    height: 150px;
    } 
    You can change the value of "height" as per your requirement.
    This will solve your issue.
     
  3. john_hertel

    john_hertel Guest

    Joined:
    Jun 24, 2014
    Messages:
    2
    Likes Received:
    0
    Thank you, that worked.
     
Thread Status:
Not open for further replies.

Share This Page