Aligment of "News Show Pro GK4" and "about me" in front page

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Tue May 31, 2011 2:27 pm
PLEASE,

I nedd help with front page:

1. "About me": The image is rounded of white space at the bottom. If I remove some text the effect is the oposite, so I can´t get perfect aligment between image and white box (In other words, I wan´t a perfect line between bottom sides, just like the demo).

2. "News Show Pro GK4": The corner of the boxes are discordant with the boxes/banners just above this one. In addition, the padding is more than necesary. I see in the demo this problem with padding does not exist and I can´t understand why... I have probed (unsuccesfully) to change several parameters in module manager (Article layout and links layout.

Thanks!!

P.D. http://www.terapias-imhotep.es/
User avatar
Junior Boarder

teitbite
Wed Jun 01, 2011 1:51 pm
Hi

Please show me exacly this part of the template You are talking about.
User avatar
Moderator

GK User
Wed Jun 01, 2011 2:04 pm
Hi,

I have added screenshot.

I have put 2 lines in the picture:

-Blue one: The "proximos eventos" box is in top9 postion. I think left side must to be in aligment whit upside box. Before this "error" I had 2 boxes in position top9 and top10 but the effect was worse yet.

-Red one: In this case you can see the white rectangle out of the bottom Photo. I have tried to put less text but I get the opposite effect.

I think this issues must to be correct without some customization but maybe I am wrong... ¿?
User avatar
Junior Boarder

teitbite
Wed Jun 01, 2011 5:30 pm
Hi

Now I think I have understood the problem You have :)

Please add this code to override.css:

Code: Select all
.gkColLeft > .box {
    margin-right: 8px;
}


Remember to allow using of this file in template settings.
User avatar
Moderator

GK User
Wed Jun 01, 2011 7:38 pm
mmmmmmm :(

The first problem ("Blue line") is better now, but the aligment is wrong for 2 or 3 pixels at the moment, it´s no perfect yet.

And... What about "red line"?

THANKS!
User avatar
Junior Boarder

teitbite
Wed Jun 01, 2011 8:59 pm
Hi

For "blue line" please play with the margin value till You get the propper effect. For red line please add this to css:

Code: Select all
.box > div > div, .box_menu > div > div,
.box_text > div > div {
    padding-bottom: 0;
}

div.aboutMe {
    padding: 20px 20px 26px;
}
User avatar
Moderator


cron