Youjoomla Support Forums (https://www.youjoomla.com/joomla_support/index.php)
-   General questions (https://www.youjoomla.com/joomla_support/forumdisplay.php?f=17)
-   -   Border box not complete (https://www.youjoomla.com/joomla_support/showthread.php?t=13769)

Slowlyjam 05-27-2015 11:19 PM

Border box not complete
 
Hello

I have put a border around a custom html module, but the bottom section of border does not show up.

Please see screenshot here.

Also the last line of my content is also not showing up fully.

Are you sure your are posting in product assigned forum?: Yes

What is your CMS version?: Joomla 3.x

MySQL Version: 5.x

PHP version: 5.x

Link to installation: http://www.maroons-jamaica.com/q/

Have you edited any files? If yes tell us which ones.: No

Is this personal or client website?: Personal

arefund 05-28-2015 05:00 AM

Hello Slowlyjam.
Please remove the border from your modules and add this into your custom.css file:
.tabssfx-yjsgsfx-bfcsuffix .yjsgsliderChrome {
border: 5px solid #800000;
}

As for the content cut, you added padding to your module suffix that is the reason you cant see your content. Try to add left and right padding not top and bottom.

Slowlyjam 05-28-2015 11:27 AM

Thank you very much Arefund.
How do I activate this? I put it in the custom css and used "tabssfx-yjsgsfx-bfcsuffix" as the suffix.
Please, what is this suppose to do? I do not see any borders.
Please guide me.

arefund 05-29-2015 05:32 AM

Not sure why but your class has been changed.
Add this into your custom.css file so you can have the border around the content:
.tabssfx-yjsgsfx-tabssfx-yjsgsfx-bfcsuffix .yjsgsliderChrome {
border:5px solid #000;
}


All times are GMT -4. The time now is 06:00 PM.

Powered by vBulletin®
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.