3 Column Feature

Discussion in 'StartPoint Business One Page WordPress Theme' started by anthonylangham, May 22, 2014.

  1. anthonylangham

    anthonylangham Guest

    Joined:
    May 22, 2014
    Messages:
    2
    Likes Received:
    0
    Location:
    here
    Hi Coders

    Please can you help

    I have reduced the amount of text in the 3 columns, this has resulted in the shortening of the highlighting with mouse hover-over.

    Please can you advise how I can update this so that the high lighting will remain full height

    many thanks
     
  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:
    div.three-column-box {
    min-height: 285px;
    }
     
    You can adjust the value of "min-height" as per your requirement.
    This will solve your issue.
     

Share This Page