This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
How to reduce welvome box height
« on: March 11, 2019, 11:00:52 AM »
Hello,

I notice that the welcome box height takes up the whole page on the screen when it pop up.
Please is there a way i can reduce the height and make it stop at the end of my text.

Thank you

*

MB Themes

Re: How to reduce welvome box height
« Reply #1 on: March 11, 2019, 12:23:10 PM »
You can add max-height property on box.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: How to reduce welvome box height
« Reply #2 on: March 11, 2019, 01:46:42 PM »
Please where do i edit the height cos i didnt see that in the plugin settings or do i need to do that in the plugin folder via ftp? If yes what file do i edit in the plugin folder, also give me an example of code to add or change and what line to put it cos i no nothing about coding but am good at following instruction successfully.
Thank you
« Last Edit: March 11, 2019, 01:55:13 PM by Metalsunny Reloaded »

Marked as best answer by frosticek on March 11, 2019, 08:28:55 PM
*

MB Themes

Re: How to reduce welvome box height
« Reply #3 on: March 11, 2019, 01:57:54 PM »
In user.css of plugin you have (at bottom):
#wlc-box {max-height:90%   .... change it to percentage or pixels by your needs.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: How to reduce welvome box height
« Reply #4 on: March 11, 2019, 02:09:57 PM »
Thank u very much. My problem is solved