title module space sufix note css

GK User
Thu Dec 15, 2011 2:18 pm
have a problem

module sufix note on right_left
Image

module sufix note on user10 (or any user possition)
Image

tested on Version: 2.5.1 Date: 13/12/2011 original release (any modify)
and joomla Versión 1.7.3

sorry i don`t speak english

tanks
User avatar
Fresh Boarder

GK User
Thu Dec 15, 2011 2:41 pm
Hi,

Please upload your pictures again as we can't view ImageShack images within this forum. Thanks!
User avatar
Platinum Boarder

GK User
Thu Dec 15, 2011 2:51 pm
mudule OK.png

mudule FAIL.png
User avatar
Fresh Boarder

GK User
Fri Dec 16, 2011 9:54 am
Hi,

Can you give me a link where I can see the problem then I can check for you?

Thanks,
User avatar
Platinum Boarder

GK User
Thu Dec 22, 2011 2:27 pm
this is the demo site
http://calambuco.ruizmasa.com/index.php/es/

no work Typography styles sample
<span class="gk_color-7">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer urna. Aenean tristique. Fusce a neque. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </span>

¿you need admin password?
User avatar
Fresh Boarder

GK User
Fri Dec 23, 2011 11:25 am
Hi,

Open file: /templates/gk_cherrydesign/css/style1.css

Add this code to bottom:
Code: Select all
.box.note > h3{
height: 53px;
}

Then let me know if it helps. Thanks!
User avatar
Platinum Boarder

GK User
Fri Dec 23, 2011 2:58 pm
work but no perfect
the title for menu modules is shifted downward
sample http://calambuco.ruizmasa.com/index.php ... e-imagenes

thanks
User avatar
Fresh Boarder

GK User
Sat Dec 24, 2011 11:43 am
Okay, now please open file: /templates/gk_cherrydesign/css/template.css

Find this code at line 139:

Code: Select all
.box.note>h3 { text-align: right; background: url('../images/style1/mod_sticky.png') no-repeat 0 0; height: 64px; line-height: 105px;text-transform: none; color:#2d2d2d; font-size:18px; font-weight:normal; margin:0; padding: 0 20px 0 0;}


And change to:

Code: Select all
.box.note>h3 { text-align: right; background: url('../images/style1/mod_sticky.png') no-repeat 0 0; height: 64px; line-height: 90px;text-transform: none; color:#2d2d2d; font-size:18px; font-weight:normal; margin:0; padding: 0 20px 0 0;}
User avatar
Platinum Boarder


cron