- Posts: 1
- Thank you received: 0
Change width of ellipse in left and right column
-
Lena
Inactive member - Topic Author
- New Member
Less
More
13 years 6 months ago #8981
by Lena
Change width of ellipse in left and right column was created by Lena
Hi,
I have changed the width of the left and right column in the template manager. The width of the menus have changed. But the grey ellipses in the left and right column still have the original width. That is the ellipse where the module title is displayed. How can I change the width of the ellipse?
My site: shapetime.se
Regards,
Lena
I have changed the width of the left and right column in the template manager. The width of the menus have changed. But the grey ellipses in the left and right column still have the original width. That is the ellipse where the module title is displayed. How can I change the width of the ellipse?
My site: shapetime.se
Regards,
Lena
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #8990
by ivan.milic
Replied by ivan.milic on topic Re: Change width of ellipse in left and right column
Image for it is:
shapetime.se/templates/hot_wellness/images/module-h3.png
css path to it's element:
.moduletable H3
{
...
Defined rule in template_css.css:
.column_left div.moduletable h3, .column_right div.moduletable h3, .column_left div.moduletable-style2 h3, .column_right div.moduletable-style2 h3, .column_left div.moduletable-style3 h3, .column_right div.moduletable-style3 h3 {
margin: -10px -10px 0 -10px;
padding: 25px 0 0 30px;
font-weight: normal;
text-align: left;
font-size: 20px;
line-height: 20px;
font-family: "VAG Rounded Std Light", Arial, Helvetica, sans-serif;
position: relative;
left: -10px;
top: -10px;
width: 300px;
height: 39px;
}
shapetime.se/templates/hot_wellness/images/module-h3.png
css path to it's element:
.moduletable H3
{
...
Defined rule in template_css.css:
.column_left div.moduletable h3, .column_right div.moduletable h3, .column_left div.moduletable-style2 h3, .column_right div.moduletable-style2 h3, .column_left div.moduletable-style3 h3, .column_right div.moduletable-style3 h3 {
margin: -10px -10px 0 -10px;
padding: 25px 0 0 30px;
font-weight: normal;
text-align: left;
font-size: 20px;
line-height: 20px;
font-family: "VAG Rounded Std Light", Arial, Helvetica, sans-serif;
position: relative;
left: -10px;
top: -10px;
width: 300px;
height: 39px;
}
The following user(s) said Thank You: Lena
Please Log in to join the conversation.
Time to create page: 0.157 seconds