- Posts: 14116
- Thank you received: 1639
distance between modules
-
irah
- Topic Author
- Visitor
13 years 7 months ago #7901
by irah
distance between modules was created by irah
Hello. I'm trying to make the difference between modules on my website to be the same.
www.sadf.eu
If you notice, the difference between the right column modules (map and meet the team) is no the same then the difference between the last right module (meet the team) and the carroucel.
Any way to fix that?
Best regards,
Ana
www.sadf.eu
If you notice, the difference between the right column modules (map and meet the team) is no the same then the difference between the last right module (meet the team) and the carroucel.
Any way to fix that?
Best regards,
Ana
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
13 years 7 months ago #7914
by ivan.milic
Replied by ivan.milic on topic Re: distance between modules
Hi,
open layout.css
and set
.content_pad {
padding: 15px;
}
to
.content_pad {
padding: 0px 15px 15px 15px;
}
then add this:
.column_right
{
margin-top:2px;
}
open layout.css
and set
.content_pad {
padding: 15px;
}
to
.content_pad {
padding: 0px 15px 15px 15px;
}
then add this:
.column_right
{
margin-top:2px;
}
Please Log in to join the conversation.
-
irah
- Topic Author
- Visitor
13 years 7 months ago #7917
by irah
Replied by irah on topic Re: distance between modules
hello:)
It didn't work. I did exactly as you said.
Any other sug.?
Thank you. Best regards,
Ana
It didn't work. I did exactly as you said.
Any other sug.?
Thank you. Best regards,
Ana
Please Log in to join the conversation.
-
irah
- Topic Author
- Visitor
13 years 7 months ago - 13 years 7 months ago #7918
by irah
Replied by irah on topic Re: distance between modules
Hello again:
Ok, I was able to solve the problem I asked you about, by changing the background color and blending everything. Now I have a new question:
How do I make the heading background (the darker box where the article title and the read more button are) to have the exact same size as the text/module background?
Or, even better, how do I create a margin in the top, forcing the title box to come a little bit down, when relating to the text background box?
sadf.eu - if you see it, you'll understand imediatly what I mean:)
Best wishes,
Ana
Ok, I was able to solve the problem I asked you about, by changing the background color and blending everything. Now I have a new question:
How do I make the heading background (the darker box where the article title and the read more button are) to have the exact same size as the text/module background?
Or, even better, how do I create a margin in the top, forcing the title box to come a little bit down, when relating to the text background box?
sadf.eu - if you see it, you'll understand imediatly what I mean:)
Best wishes,
Ana
Last edit: 13 years 7 months ago by irah. Reason: forgot one question
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #7926
by ivan.milic
Replied by ivan.milic on topic Re: distance between modules
Same entity-es like last time:
.content_pad {
padding: 10px 15px 15px 15px;
}
, also you can remove next entity so central and right column can level tops.
.column_right
{
margin-top:2px;
}
.content_pad {
padding: 10px 15px 15px 15px;
}
, also you can remove next entity so central and right column can level tops.
.column_right
{
margin-top:2px;
}
The following user(s) said Thank You: irah
Please Log in to join the conversation.
Time to create page: 0.158 seconds