- Posts: 6
- Thank you received: 0
text spanning across home page?
-
sdsait
Inactive member - Topic Author
- New Member
Less
More
10 years 1 month ago #43102
by sdsait
text spanning across home page? was created by sdsait
Hi,
How can I make the article text span across an entire section of the home page on the App template as shown in the attached picture. See big red block drawing, and not in its current form of segments/module positions represented as featured article blue rectangles in the attachment?
Say I'm wanting to add an intro that spans across the entire page and not in blocks?
Thank you.
How can I make the article text span across an entire section of the home page on the App template as shown in the attached picture. See big red block drawing, and not in its current form of segments/module positions represented as featured article blue rectangles in the attachment?
Say I'm wanting to add an intro that spans across the entire page and not in blocks?
Thank you.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago - 10 years 1 month ago #43131
by ivan.milic
Replied by ivan.milic on topic text spanning across home page?
To override that use:
.content_sparky{
width:100%!important;
}
place that at bottom of template_css.css
.content_sparky{
width:100%!important;
}
place that at bottom of template_css.css
Last edit: 10 years 1 month ago by ivan.milic.
Please Log in to join the conversation.
-
sdsait
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
10 years 1 month ago #43148
by sdsait
Replied by sdsait on topic text spanning across home page?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #43151
by ivan.milic
Replied by ivan.milic on topic text spanning across home page?
That is not article that is module, in template_css.css:
.mp_header2 .cell_pad {
max-width: 450px;
margin: 0 auto;
}
remove or change max-width: 450px;
.mp_header2 .cell_pad {
max-width: 450px;
margin: 0 auto;
}
remove or change max-width: 450px;
The following user(s) said Thank You: sdsait
Please Log in to join the conversation.
Time to create page: 0.204 seconds