space between top1 and top2

GK User
Thu Mar 08, 2012 9:55 am
Hi,

I have ,image show, in top1 and top2

how can I make space between this two positions?

thx
User avatar
Senior Boarder

GK User
Wed Mar 14, 2012 2:13 pm
Hi.
Could you paste URL to your site?
User avatar
Platinum Boarder

GK User
Wed Mar 14, 2012 4:38 pm
lekaren24h.sk

name: dedo
pass: tibor

I have also problem with ,border,

please look.. border left and bottom in ,image show GK4,

thx
User avatar
Senior Boarder

GK User
Wed Mar 14, 2012 4:49 pm
Could you be more specific? Please paste screen with your problem.
User avatar
Platinum Boarder

GK User
Thu Mar 15, 2012 9:53 am
How can I paste my screen to post?

thx
User avatar
Senior Boarder

GK User
Thu Mar 15, 2012 7:29 pm
Image
User avatar
Senior Boarder

GK User
Fri Mar 16, 2012 4:09 pm
To make a space between them you can add to override.css following code:
Code: Select all
 #gkIs-gk-is-345 {
height: 220px;
width: 480px;
margin-left: 30px;
}

And:
Code: Select all
 #gkIs-gk-is-228 {
height: 220px;
width: 480px;
margin-left: -5px;
}


You can change the values ​​and set them in the best way for you. This is only my suggestion.
User avatar
Platinum Boarder

GK User
Mon Mar 19, 2012 7:36 pm
thank you

please , can you help me with borders? right , bottom ..isnt displayed.

thx
User avatar
Senior Boarder

GK User
Mon Mar 19, 2012 10:57 pm
I think something is wrong with images. If you want to make a border, you have to add to code which I gave you the following lines:
Code: Select all
 border-width: 2px;         //you can set your value.
border-style: solid;                   //your style.
User avatar
Platinum Boarder


cron