- Posts: 7
- Thank you received: 0
Home page display issue
-
LF
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 2 months ago #14974
by LF
Replied by LF on topic Re: Home page display issue
Sorry, I thought I did, I'll check.
Please Log in to join the conversation.
-
LF
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
13 years 2 months ago - 13 years 2 months ago #14976
by LF
Replied by LF on topic Re: Home page display issue
Hi Milos,
So on my CSS file it looks like that now:
}
.content_pad_noright {
padding:30px;
margin:0;
}
.content_pad_home, .content_pad_home_noright {
margin:0;
}
So I thought I did remove the line:
padding:0 30px; that you suggested under the content_pad_home, .content_pad_home_noright
Maybe I misunderstood. Should I remove something else?
LF
So on my CSS file it looks like that now:
}
.content_pad_noright {
padding:30px;
margin:0;
}
.content_pad_home, .content_pad_home_noright {
margin:0;
}
So I thought I did remove the line:
padding:0 30px; that you suggested under the content_pad_home, .content_pad_home_noright
Maybe I misunderstood. Should I remove something else?
LF
Last edit: 13 years 2 months ago by LF.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #14990
by ivan.milic
Replied by ivan.milic on topic Re: Home page display issue
add this also at the bottom of same file:
#content_main{
min-height: 146px;
}
then refresh browser
#content_main{
min-height: 146px;
}
then refresh browser
The following user(s) said Thank You: LF
Please Log in to join the conversation.
-
LF
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
13 years 2 months ago #14997
by LF
Replied by LF on topic Re: Home page display issue
Hi Ivan,
Thank you very much, it works, no more white spaces!
Last question regarding this matter. To what part of the template correspond those two spaces and how can I change their color. It still looks different from the way it looks for the inside pages. I am puzzled by that.
Thank you very much both you and Milos for your prompt answers and your help.
LF
Thank you very much, it works, no more white spaces!
Last question regarding this matter. To what part of the template correspond those two spaces and how can I change their color. It still looks different from the way it looks for the inside pages. I am puzzled by that.
Thank you very much both you and Milos for your prompt answers and your help.
LF
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6811
- Thank you received: 724
13 years 2 months ago #15008
by milos
Replied by milos on topic Re: Home page display issue
Use Google Chrome browser, then on the element you need to inspect use Right Click > Inspect Element.
This will show you from where the background comes and where you can change it (if there's no such parameter in template parameters).
This will show you from where the background comes and where you can change it (if there's no such parameter in template parameters).
The following user(s) said Thank You: LF
Please Log in to join the conversation.
Time to create page: 0.098 seconds