It is possible make home page panes go across the full width?
-
1) I try to set home page panes run across the full width of the theme (like the slider). I tried few things in CSS and child theme with no luck. May be there is no way to do this? Can we make the panes go across the theme or is that a limitation in WordPress.
Note: I have disabled the panes for now. When I have them, they only appear directly under the content area. It won’t go across to the side bar side.
2) Using CSS, I was able to completely remove post excerpt completely and add a white background. But I also want to limit the number of characters in the title so that it won’t take two lines for the title… How can I do that?
THANK YOU.
Mod
Have you tried removing the float and making the width 100%?
Mod
Quote:But I also want to limit the number of characters in the title so that it won’t take two lines for the title… How can I do that?I played around with this for quite a while and couldn’t figure it out. I may have time to figure it out this summer. It involves some pseudo-class work.
Quote:I played around with this for quite a while and couldn’t figure it out. I may have time to figure it out this summer. It involves some pseudo-class work.Thanks Ken…. I will let you know if I figure it out as well. I will get back to you on this,
Quote:Have you tried removing the float and making the width 100%?Quote:Have you tried removing the float and making the width 100%?Unfortunately, this didn’t work,
.homepage_pane {background: #FFF;}
.homepage_pane .post-excerpt p {display: none;}
.homepage_pane {float: none;}I left the home page as it is so you can advice me. Thanks.
Mod
Try this:
.two-columns .homepage_pane {
width: 100% !important;
}Quote:Try this:.two-columns .homepage_pane {
width: 100% !important;
}
It only made each block as same width as the content area. I was thinking, like those footer widgets, I would be able to go across with may be two/three columns of panes. May be this can’t be done with CSS?
I hope I am not confusing you. To word this better,
I have two columns format. Like the footer (with all those footer menu and such) go across the full width. I was thinking if it is possible to make that to the panes though pushing it across. Now I think the div holders may not allow me to do so.
Mod
You mean you want the homepage panes to extend under the widget area on the right?
Quote:You mean you want the homepage panes to extend under the widget area on the right?Yes… like the Graphene slider at the top, which goes across, is it possible to make three columns panes so it will fill the entire width of the main div frame?
Thanks.
Viewing 10 posts - 1 through 10 (of 14 total)
- 1
- 2
- You must be logged in to reply to this topic.
