Hello there! Welcome to Youjoomla Support Forums

We are Web Development Company specializing in Joomla Templates , Joomla Extensions and WordPress Themes development . You are not able to see some forum threads due to your memberhip level. To unlock all forums and special customer support please take few moments to signup . If you are just searching for free joomla templates , or free joomla extension support simply head to our Free Joomla Support forums and open a new thread. Our moderators will help you as soon as possible. To spead up the response time please take few seconds and go over forum rules

Have fun!

change overflow:hidden in Baseline

07-06-2014, 04:41 PM
# 1 (permalink)
gersnij
Hello,

I'm working on using an extension menu-module (Maximenu CK) with nice folding/unfolding also on Android devices and I want to use it within the Baseline template.
The thing is that that there is a lot of "overflow:hidden in the template, so the unfolding menu-items can only partly be seen.
This can be solved by setting the .yjsg_grid .jsgxhtml and .yjsquare classes to overflow:visible,
but than it affects the whole template.

Is it possible to restrict the modification to only the module position of the menu, lets say "adv1" ?

Thanks,
Ger

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: gersnij3.cloudaccess.net

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

Is this personal or client website?: Personal
07-08-2014, 03:57 AM
# 2 (permalink)
neo
each grid has an id , fo example #yjsg1, use that id to hook on it and its child elements and remove the overflow
if you need overflow than use

Code:

#yjsg1:after{
display:table;
content:'';
clear:both;
}
this is what we did in Yjsg v2
07-11-2014, 03:24 PM
# 3 (permalink)
gersnij
Thanks for the advice, I will work on it!

Ger
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Members Login

Username
Password