Osclass Support Forums

Osclass plugin support => Free Osclass Plugins => Welcome Box Plugin => Topic started by: Metalsunny Reloaded on March 11, 2019, 11:00:52 AM

Title: How to reduce welvome box height
Post by: Metalsunny Reloaded 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
Title: Re: How to reduce welvome box height
Post by: MB Themes on March 11, 2019, 12:23:10 PM
You can add max-height property on box.
Title: Re: How to reduce welvome box height
Post by: Metalsunny Reloaded 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
Title: Re: How to reduce welvome box height
Post by: MB Themes 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.
Title: Re: How to reduce welvome box height
Post by: Metalsunny Reloaded on March 11, 2019, 02:09:57 PM
Thank u very much. My problem is solved