- Posts: 14
- Thank you received: 0
how do I edit the css for a row
-
greenlizzard
Inactive member - Topic Author
- New Member
Less
More
11 years 5 months ago #31203
by greenlizzard
how do I edit the css for a row was created by greenlizzard
Great template by the way guys,
I am working on a site here greenlizzard.byethost6.com
I have set the cell margins to 10px either side, however this affects the menu bar, how do i zero this out so that it stretches full width?
Greenlizzard
I am working on a site here greenlizzard.byethost6.com
I have set the cell margins to 10px either side, however this affects the menu bar, how do i zero this out so that it stretches full width?
Greenlizzard
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 5 months ago #31206
by ivan.milic
Replied by ivan.milic on topic how do I edit the css for a row
Can you better describe your problem, perhaps some ilustration could help.
Please Log in to join the conversation.
-
greenlizzard
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
11 years 5 months ago #31220
by greenlizzard
Replied by greenlizzard on topic how do I edit the css for a row
what I have done is this,
I have installed sparky template pro, have the global margins and paddings set to zero, so that the top positions could be 100% of the page which is 972px, but the content area now touches the edge of the page. ( as shown in the image). Apparently you can adjust individual row margins and padding, but I do not know how to?
I need the content area margin to be at least 15px, how do I achieve this?
Many Thanks
Gerald
I have installed sparky template pro, have the global margins and paddings set to zero, so that the top positions could be 100% of the page which is 972px, but the content area now touches the edge of the page. ( as shown in the image). Apparently you can adjust individual row margins and padding, but I do not know how to?
I need the content area margin to be at least 15px, how do I achieve this?
Many Thanks
Gerald
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 5 months ago #31233
by ivan.milic
Replied by ivan.milic on topic how do I edit the css for a row
In layout designer you have option to set class for each row (left two text boxes).
So after you can add css like this in layout.css:
.classnameyouput{
padding-left:10px;
}
Also for any module postion you can use:
.mp_<postion name> so for rigth ti would be:
.mp_right{
...
}
So after you can add css like this in layout.css:
.classnameyouput{
padding-left:10px;
}
Also for any module postion you can use:
.mp_<postion name> so for rigth ti would be:
.mp_right{
...
}
Please Log in to join the conversation.
-
Fintan
Inactive member - Member
Less
More
- Posts: 21
- Thank you received: 0
11 years 2 months ago #33621
by Fintan
Replied by Fintan on topic how do I edit the css for a row
I am having a similar issue. I cannot find layout.css. CVhecked here:
/templates/sparky_framework/css
Usind sparky framework free download from here:
www.hotjoomlatemplates.com/sparky-joomla
on joomla 3.1.5 stable
/templates/sparky_framework/css
Usind sparky framework free download from here:
www.hotjoomlatemplates.com/sparky-joomla
on joomla 3.1.5 stable
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #33629
by ivan.milic
Replied by ivan.milic on topic how do I edit the css for a row
Use template_css.css
Please Log in to join the conversation.
Time to create page: 0.081 seconds