- Posts: 23
- Thank you received: 0
Re: Alignment problems and shadows
-
patrik69
Inactive member -
Topic Author
- Member
-
Less
More
14 years 1 month ago #5780
by patrik69
Replied by patrik69 on topic Re: Alignment problems and shadows
Hello,
I do not understand. I changed the height of the image "chef" to 316 px and height to 316 px carousel too.
In the template_css.css file size is of 322X316.
Size is also correct in that the image is in the mod_custom module, which contains the image "chef"
But the shadows still lagged below ...
What should I do ? :huh:
www.hotel-argia.com/site_test/
I do not understand. I changed the height of the image "chef" to 316 px and height to 316 px carousel too.
In the template_css.css file size is of 322X316.
Size is also correct in that the image is in the mod_custom module, which contains the image "chef"
But the shadows still lagged below ...
What should I do ? :huh:
www.hotel-argia.com/site_test/
Please Log in to join the conversation.
-
pirossi
Inactive member -
- Member
-
Less
More
- Posts: 146
- Thank you received: 11
14 years 1 month ago - 14 years 1 month ago #5781
by pirossi
Replied by pirossi on topic Re: Alignment problems and shadows
Edit layout.css
Inside class wrapper5 find and correct these lines
from:
to:
also, inside same class delete this line:
Inside class wrapper5 find and correct these lines
from:
Code:
background-position: center top;
height: 26px;
Code:
background-position: center center;
height: 27px;
Code:
clear: both;
Last edit: 14 years 1 month ago by pirossi.
Please Log in to join the conversation.
-
patrik69
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 23
- Thank you received: 0
14 years 1 month ago #5789
by patrik69
Replied by patrik69 on topic Re: Alignment problems and shadows
This does not work ...

Please Log in to join the conversation.
-
patrik69
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 23
- Thank you received: 0
14 years 1 month ago #5791
by patrik69
Replied by patrik69 on topic Re: Alignment problems and shadows
I typed the code below and it works in IE but not on Chrome ...

Code:
.wrapper5 {
margin:0;
background:url(../images/carousel_shadow.png) center no-repeat;
height:27px;
Please Log in to join the conversation.
-
pirossi
Inactive member -
- Member
-
Less
More
- Posts: 146
- Thank you received: 11
14 years 1 month ago #5792
by pirossi
Replied by pirossi on topic Re: Alignment problems and shadows
I don't se that you've followed my instructions.
Edit hot_restaurant/css/layout.css, find wrapper5 class and change it to look like this:
Then save it & refresh it.
I'm just looking in your layout.css and it's intact.
Edit hot_restaurant/css/layout.css, find wrapper5 class and change it to look like this:
Code:
.wrapper5 {
margin:0;
background:url(../images/carousel_shadow.png) center center no-repeat;
height:27px;
}
I'm just looking in your layout.css and it's intact.
The following user(s) said Thank You: patrik69
Please Log in to join the conversation.
Time to create page: 0.096 seconds