-
AuthorPosts
-
February 2, 2016 at 3:38 pm #576489
Hallo,
I put follow items to css/*breaking point logic for the common 1/2 element in ipads. makes sure that it converts to a 1/1 element in most cases stond 786-989*/
@media only screen and (min-width:150px) and (max-width: 800px) {
.responsive .flex_column.av_one_half.first.el_before_av_one_half.flex_column_div,
.responsive .flex_column.av_one_half.first.el_after_av_one_half.flex_column_div {
margin-left: 4%;
width: 100%;
}
.responsive .av_one_third.first.el_before_av_one_third.flex_column_div,
.responsive .av_one_third.el_before_av_one_third.el_after_av_one_third.flex_column_div,
.responsive .av_one_third.el_after_av_one_third.flex_column_div {
margin-top: 30px;
}
}
Its working but the second part is a slider is display to small.
How can i set this bigger like on iPhone in one column.Can you give te solution please.
Thanks a lot
February 2, 2016 at 3:54 pm #576500Hey rafke!
Please add following code to Quick CSS
@media only screen and (max-width: 990px) { .page-id-3508 .av_one_half { width: 100% !important; margin-left: 0 !important; }}
Best regards,
YigitFebruary 2, 2016 at 4:44 pm #576538Hey Yigit,
Is working thanks. But i have this situation in many pages on my site.
Can I wrote something in the grid.css that this works for all pages ( after the 100% ) ?Thx
February 2, 2016 at 5:03 pm #576546Hi!
In that case, please change the code to following one
@media only screen and (max-width: 990px) { .av_one_half { width: 100% !important; margin-left: 0 !important; }}
Best regards,
YigitFebruary 3, 2016 at 4:30 pm #577161Thx Yigit,
It works. I have another question.
I have many pages with price-tables. When I hoover the background color change from white to orange..pricing-table-wrap:hover {background-color :#f55200; border-width:15px;}
It is possible to change the color of the border from the price table from orange to blue and not the background.
Thx
February 3, 2016 at 4:54 pm #577174Hey!
Please remove border from your column elements and add following code to Quick CSS
.pricing-table-wrap:hover { border-color: blue!important; } .pricing-table-wrap { border-width: 2px; border-color: #ff5500!important; border-style: solid; padding: 2px; background-color: #ffffff; border-radius: 20px; }
Cheers!
YigitFebruary 3, 2016 at 5:46 pm #577203Thx Yigit for the quick respons.
Is working fine.
- This reply was modified 8 years, 10 months ago by rafke.
February 3, 2016 at 7:40 pm #577282Daer Yigit
WP Store Locator is not working in Enfold. I can’t set the start coordinates (Bilzen, belgie).
Is there a solution for ?Thanks
- This reply was modified 8 years, 10 months ago by rafke.
February 5, 2016 at 10:48 am #578409Hi!
Please open a new ticket for new issue so we can keep the solution related tot he original topic and not get mixed up with a lot of issues. It helps us help you better.
Please elaborate what you mean by start co-ordinate in the new ticket if possible with a screenshot.
Cheers!
Vinay Kashyap -
AuthorPosts
- You must be logged in to reply to this topic.