This topic is: resolved
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.
Please use one topic for only one question.
Please use one topic for only one question.
Please use one topic for only one question.
Hello! I was wondering if there is a quick fix to displaying images in the “Fashion Shop” template: http://pro-theme.com/wordpress/nelva/multipurpose/fashion-shop/
Images across from “Woman Style” and “Little Things” are not displaying. Screenshot is attached, but you can also see it on the theme website as well.
Fixed
Please adde this code in style.css or use latest version 2.0
Thank you for your patience
/* Jaralax Safari fix*/
.vc_row.vc_row-flex>.vc_column_container.vc_row_use_jarallax>.vc_column-inner .wpb_wrapper{
display: flex;
height: 100%;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.vc_row.vc_row-flex>.vc_column_container.vc_row_use_jarallax>.vc_column-inner .wpb_wrapper .jarallax{
display: flex;
height: 100%;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
Thanks
You must be logged in to reply to this topic.