Forum Replies Created
-
AuthorPosts
-
LO
MemberHello,
I am having a similar problem. I am using the Soliloquy slider on my homepage. I am using the Centric Pro child theme.
I followed this article to make my slider full-width :::
It sits in a custom widget, with class name .home-slider.
I've deactivated the Soliloquy and added the original stylesheet and I'm still getting a space to the right of the page as mentioned in the original post.
Only difference is mine is only appearing only the responsive media query of: @media only screen and (max-width: 480px)
I added
.home-featured {
overflow: hidden;
}to my stylesheet and it didn't fix the problem.
Should I add something to this part of the stylesheet?
@media only screen and (max-width: 480px) {body,
.home-featured .home-widgets-1 {
font-size: 16px;
}.header-image .site-title > a {
background-size: contain !important;
}.header-image .bumper {
min-height: 135px;
}}
Any suggestions would be appreciated.
Thank you!
LO
MemberGot it thank you.
I used this method instead :::
LO
MemberThank you!
This brainteaser almost killed me;)
-
AuthorPosts