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
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.