Support Forums - Classified Ads Script Osclass
Osclass plugin support => Free Osclass Plugins => Welcome Box Plugin => Topic started 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
-
You can add max-height property on box.
-
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
-
In user.css of plugin you have (at bottom):
#wlc-box {max-height:90% .... change it to percentage or pixels by your needs.
-
Thank u very much. My problem is solved