Hi everyone,
I'm currently using this customization to edit the width of my feature area:
#feature_slider div.default-features {width: 736px;}
#feature-area {width: 736px}
.home #feature-footer {width: 736px;}
.home #feature_slider{width: 736px;}
.home #sidebar-wrap{margin-top:-709px;}
.home #feature-area, .feature-wrap {width: 736px;}
.home #feature-footer {width: 736px;}
It's working great. I've been able to use pagelines settings to change the height on various pages but I was wondering if anyone knew the css to edit the width of the feature only on the blog page.
Ideally, I'd like every other feature slider to remain the default width.
Any help is always awesome. thanks
Edit feature width only on the homepage
Started by
njumara
, Feb 29 2012 07:14 AM
3 replies to this topic
#1
Posted 29 February 2012 - 07:14 AM
#2
Posted 29 February 2012 - 02:43 PM
.home is the home/landing page of your site, so you will need to adjust those values.
#3
Posted 01 March 2012 - 11:19 AM
wow, that was so easy it didn't really require a question.
But, adding .home to the first to lines of code seemed to escape me at the time.
Thanks a million!
#4
Posted 01 March 2012 - 02:01 PM
You're welcome!










