Mystery gap on video site in Jomsocial

Community fouces Joomla template to build a music magazine website with JomSocial support.
GK User
Tue Sep 03, 2013 3:12 pm
Hi,
see picture below - this has just happened minutes ago when i was re-sorting the videos on our site, also creating new video categories and deleting empty ones.
the gap was there before, but much smaller (the height of one row). What could be the reason for that? (Gap ends where modules in side column end - coincidence?)

Also, the layout of the videos listed has changed somehow. Not sure how this happened, but it'd be great if you could tell me where to change/customize this. (grunge-backround, bold font etc..)

hope you know what to do!
best wishes
User avatar
Expert Boarder

GK User
Tue Sep 03, 2013 3:37 pm
Could You please post an url to your site?
User avatar
Moderator

GK User
Tue Sep 03, 2013 4:01 pm
User avatar
Expert Boarder

GK User
Tue Sep 03, 2013 10:07 pm
This is more 3rd party plugin problem, but You could try edit: /templates/gk_style/css/override.css and add at its end:
Code: Select all
.cMedia-ThumbList .clearfull {
display: block;
width: 100%;
clear: left;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed Sep 04, 2013 8:49 am
Morning, this does NOT work. Nothing changed ... http://kanoon-music.com/index.php/user-menue/videos

Is it right that the code starts with o dot (.)?!
User avatar
Expert Boarder

GK User
Wed Sep 04, 2013 8:57 am
Cyberek wrote:This is more 3rd party plugin problem
*******************************************
3rd Party Plugin ??

*******************************************
, but You could try edit: /templates/gk_style/css/override.css and add at its end:
Code: Select all
.cMedia-ThumbList .clearfull {
display: block;
width: 100%;
clear: left;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Expert Boarder

GK User
Wed Sep 04, 2013 9:23 am
You might try to force those settings:
Code: Select all
.cMedia-ThumbList .clearfull {
display: block !important;
width: 100% !important;
clear: left !important;
}
User avatar
Moderator

GK User
Wed Sep 04, 2013 9:53 am
This works!!

Great service!!

Nice day!
User avatar
Expert Boarder

GK User
Wed Sep 04, 2013 7:24 pm
Great :).
If You will have any other questions, feel free to post new forum threads.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.