Top1 items fall down a line

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Oct 22, 2013 2:39 pm
Reply with quote
Report this post
Hi there,

My demo site is here: http://lovebegan.co.uk/1/

The top items have fallen down but I'm not sure as to why, I haven't changed them to my knowledge. I want to get this sorted before I go any further with this because if it doesn't work I might need to change my plan.

Regards,

Eoin
User avatar
Senior Boarder

GK User
Tue Oct 22, 2013 4:15 pm
Reply with quote
Report this post
same problem here
User avatar
Junior Boarder

GK User
Mon Nov 04, 2013 10:23 pm
Reply with quote
Report this post
If you work it out will you let me know in here? I'll do the same. It worked originally it must be something that has been changed... I just need to work out what! Perhaps the text inside the box is different?
User avatar
Senior Boarder

GK User
Wed Dec 04, 2013 1:52 pm
Reply with quote
Report this post
Excellent support guys.
User avatar
Senior Boarder

teitbite
Thu Dec 05, 2013 7:57 am
Reply with quote
Report this post
Hi

Please send me an access to joomla panel.
User avatar
Moderator

teitbite
Fri Dec 06, 2013 5:09 am
Reply with quote
Report this post
Hi

Please remove module class suffix "clear" from this module and remove the padding in banners content with this css code:

Code: Select all
#gkTop1 .banneritem {
    border-top: medium none;
    padding: 0;
}

#gkTop1 .banneritem img {
    display: block;
}
User avatar
Moderator

GK User
Fri Dec 06, 2013 1:15 pm
Reply with quote
Report this post
I have added the CSS code, but I cannot find anywhere with a suffix clear. The modules only seem to have the suffix "border1". "Border1" does has not got "clear" in the CSS. The website still shows the same?
User avatar
Senior Boarder

teitbite
Tue Dec 10, 2013 9:32 am
Reply with quote
Report this post
Hi

I can see "clear" suffix there, but no worry. It can be override in the css code I gave You. Just use it like this:

Code: Select all
#gkTop1 .box.clear {
    float: none;
}

#gkTop1 .banneritem {
    border-top: medium none;
    padding: 0;
}

#gkTop1 .banneritem img {
    display: block;
}
User avatar
Moderator


cron