- Posts: 103
- Thank you received: 1
Left/Right columns with background and margin
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #29076
by ivan.milic
Replied by ivan.milic on topic Left/Right columns with background and margin
You can set bottom padding of modules in left column and bill that empty space with background image, something like this:
.column_left .moduletable{
padding-bottom:20px;
background-image:url(....);
background-repeat:none;
background-position:center bottom;
background-size:contain;
}
make sure pattern image is equal in height to padding-bottom and to be large enaugt in width
.column_left .moduletable{
padding-bottom:20px;
background-image:url(....);
background-repeat:none;
background-position:center bottom;
background-size:contain;
}
make sure pattern image is equal in height to padding-bottom and to be large enaugt in width
Please Log in to join the conversation.
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 103
- Thank you received: 1
11 years 11 months ago #29087
by joa
Replied by joa on topic Left/Right columns with background and margin
I put in template_css.css
the following code
.column_left .moduletable{
padding-bottom:20px;
background-image:url( www.joomla.bcmarburg.de/BCMarburg/images...BBall_back_small.png );
background-repeat:none;
background-position:center bottom;
background-size:contain;
}
the link to picture hasn't changed but it doesn't show the background anymore. The modules are in position left.
Don't know why the picture is not found the background is 235 in width and 161 in height.
Dont know why
1. it doesn't show any background anymore
2. whether the background size is correct
the following code
.column_left .moduletable{
padding-bottom:20px;
background-image:url( www.joomla.bcmarburg.de/BCMarburg/images...BBall_back_small.png );
background-repeat:none;
background-position:center bottom;
background-size:contain;
}
the link to picture hasn't changed but it doesn't show the background anymore. The modules are in position left.
Don't know why the picture is not found the background is 235 in width and 161 in height.
Dont know why
1. it doesn't show any background anymore
2. whether the background size is correct
Please Log in to join the conversation.
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 103
- Thank you received: 1
11 years 11 months ago #29089
by joa
Replied by joa on topic Left/Right columns with background and margin
I checked and changes in template_css.css had no effect on anything on the background in modules but putting a hard link in template_css.php would show the background I sent.
Do I have to add your code in template_css.php then?
Do I have to add your code in template_css.php then?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #29099
by ivan.milic
Replied by ivan.milic on topic Left/Right columns with background and margin
Clck on a link from post #29087 you will end up at not found page. So eater path is incorrect or image does not have read permission for public.
The following user(s) said Thank You: joa
Please Log in to join the conversation.
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 103
- Thank you received: 1
11 years 11 months ago #29124
by joa
Replied by joa on topic Left/Right columns with background and margin
Can find post #29087 via search function could please send the link. There is no access denied on the picutre
Please Log in to join the conversation.
Time to create page: 0.097 seconds