This topic has 2 replies, 2 voices, and was last updated 11 years, 3 months ago by Fem.
Viewing 3 posts - 1 through 3 (of 3 total)
Hi, Width settings for full-width pages seems to be too big for sizes from 1025px to 1144px (width)
This could be down to
.page_content {
width: 1140px; }
in theme_shorcodes line 2419
is there a fix for this?
Can be seen on demo site as well
http://www.aivahthemes.com/hopes/home-version-2/
I think this could be down to the fact that .page_content is not covered in responsive.css in lin35 for @media only screen and (min-width : 1025px) and (max-width : 1169px)
I have temporarily fixed this using
@media only screen and (min-width : 1025px) and (max-width : 1169px) {
.page_content{width: 1000px }
}
in custom css box
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.