Change text position in custom module

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Mon Jan 07, 2013 3:08 pm
Hello,

I want to ad a new module on the frontpage. This should be looking the same as a News Show Pro GK4-module. The only difference is that it's not pointing to a article but to a menu-item. So I can't make it with NSP.

I came a long way with a custom-html module with a clear-suffix. The only thing I'm not able to change is the text-postion. See text-position in picture
postnote 1.jpg
, the picture above is custom, in the bottom you see the NSP-module. How can I change the postion of the text (padding) without the padding of the image?

Jos
User avatar
Junior Boarder

Konrad M
Mon Jan 07, 2013 9:07 pm
Hi,
can you give us url to your site ?
User avatar

GK User
Wed Jan 16, 2013 11:08 am
Hi Konrad,

I send you a PM last week, but didn't get any reaction. Maybe it slipped your mind. Can you please help?
User avatar
Junior Boarder

Konrad M
Wed Jan 16, 2013 12:13 pm
Regarding your email, if you want to line up modules please add to override.css
Code: Select all
.custom.clear p:first-child {
margin-top:0 !important;
}

To move bottom a little up please add:
Code: Select all
.gkMain {
padding-bottom: 23px !important;
}

and reduce this value to fit your needs. To remove headline please add suffix to your module for example ' my suffix'. Then add to override.css
Code: Select all
.mysuffix h2 {
display:none !important;
}

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

GK User
Wed Jan 16, 2013 3:02 pm
Thanks, it's working.
User avatar
Junior Boarder


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