no spaces in module right_top and right_bottom

GK User
Mon Jul 30, 2012 7:33 am
i try to display custom html module in right_top but then i try to display also module custom html in right_bottom but theres no spaces between the module, currenlty i use joomla 2.5 before i use joomla 1.5 everything ok but i try to in joomla 2.5 the display is different.

i've attached screenshot of my module;

news events (right_top)
quick links (right_top)
upcoming events (right_bottom)
banner (right_bottom)
related links (right_bottom)

in quiclinks and upcoming events theres no spaces also in banner and related link no spaces also.

Secondly if there anyway i rename the Tools botton on increase, decrease font.


thanks,
User avatar
Fresh Boarder

Konrad M
Mon Jul 30, 2012 8:43 am
Hi,
please give us url your site, it will be much easier to help you.
User avatar

GK User
Mon Jul 30, 2012 8:48 am
User avatar
Fresh Boarder

Konrad M
Mon Jul 30, 2012 10:47 am
Please try add to override.css
Code: Select all
#mainPage .box {
margin-bottom: 18px;
}

Remember to enable override.css option in template settings.

To rename 'Tools' please go to language folder and edit en-GB.tpl_gk_sporter.ini. Here you will find
Code: Select all
TPL_GK_LANG_TOOLS_FRONT="Tools"

just change it.
User avatar

GK User
Tue Jul 31, 2012 5:56 am
Ok solve already, thanks konrad

Why is the Ordered List or Unordered list not Showing on my K2 article? i'm using JCE editor and all setting is all by dafault...
User avatar
Fresh Boarder

Konrad M
Tue Jul 31, 2012 7:36 am
Probably are hide in css. Please give me link to k2 article with list, I will try fix it.
User avatar

GK User
Tue Jul 31, 2012 7:56 am
this is the link : http://localhost/MOFAT25/index.php/privacy-statement

Sample of ordered list and unordered list.
User avatar
Fresh Boarder

Konrad M
Tue Jul 31, 2012 8:06 am
Unfortunetly url doesn't work.
User avatar

GK User
Tue Jul 31, 2012 8:30 am
Sorry wrong link

This is the correct link : http://mint.com.bn/demo/mofat25/index.p ... -statement

Sample of ordered list and unordered list.
User avatar
Fresh Boarder

Konrad M
Tue Jul 31, 2012 8:36 am
Please try add this to override.css
Code: Select all
#k2Container .itemBody ul li {
list-style-position: inside;
list-style-type: disc;
}
#k2Container .itemBody ol li {
list-style-position: outside;
list-style-type: decimal;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Tue Jul 31, 2012 8:41 am
ok, now it works...thank you
User avatar
Fresh Boarder

GK User
Fri Aug 03, 2012 9:55 am
Konrad M wrote:Please try add this to override.css
Code: Select all
#k2Container .itemBody ul li {
list-style-position: inside;
list-style-type: disc;
}
#k2Container .itemBody ol li {
list-style-position: outside;
list-style-type: decimal;
}

and remember to enable override.css option in template settings.




i have semiliar problem but in Custom Mudule that i've made, cannot show Unordered List and ordered list.
This is the link : http://mint.com.bn/demo/mofat25/index.p ... investment

Thanks
User avatar
Fresh Boarder

Konrad M
Fri Aug 03, 2012 10:07 am
@mintbrunei try this code:
Code: Select all
#mainPage .box .custom ul li {
list-style-position: inside;
list-style-type: disc;
border:none;
}
User avatar


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