-
AuthorPosts
-
June 22, 2017 at 12:07 pm #811464
Hi, i have a problem with Ipad responsive monitor:
please can you help me ?
- This topic was modified 7 years, 5 months ago by toohead.
June 22, 2017 at 4:36 pm #811653Hey toohead,
Please provide a link to the site so we can look into this further.
Best regards,
Jordan ShannonJune 22, 2017 at 6:23 pm #811734June 22, 2017 at 10:51 pm #811854Hi,
For the cart icon issue add the following to quick css:
@media only screen and (max-width: 1024px) { .cart_dropdown_link{ margin-left:-100px!important; } }
As for the other fix, would it be possible to share admin info so I can log in and look into the issue further?
Best regards,
Jordan ShannonJune 23, 2017 at 9:40 am #812022Thanks the css code work! now i try to solve the other problem!
- This reply was modified 7 years, 5 months ago by toohead.
June 25, 2017 at 2:03 am #812572Hi,
Try adding the following to quick css:
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { .avia_image { height:140px!important; } #av-layout-grid-1 p font font { font-size:10px!important; } }
Best regards,
Jordan ShannonJune 27, 2017 at 9:43 am #813328The code not work!
June 27, 2017 at 5:33 pm #813531Hi,
Please provide a screenshot of what you are seeing as the code worked well on my end.
Best regards,
Jordan ShannonJune 28, 2017 at 10:53 am #813739most important, i must resolve the cart problem!
- This reply was modified 7 years, 4 months ago by toohead.
June 28, 2017 at 4:22 pm #813930Hi,
The cart problem should have been fixed with the very first css I sent you.
To make the images full-width on iPad try the following, though the physical image size themselves may have to be inscreased. I have tested this myself within the browser:
@media only screen and (max-width: 1024px){ .responsive #top #wrap_all .av-flex-cells .no_margin.av-zero-padding { padding-left: 0% !important; padding-right: 0% !important; } .avia-builder-el-1 .flex_cell{ width:100%!important; } .responsive #top #wrap_all .av-flex-cells .no_margin { display: block; margin: 0; height: auto !important; overflow: hidden; padding-left: 8% !important; padding-right: 8% !important; }}
Best regards,
Jordan ShannonJune 29, 2017 at 10:33 am #814334Thanks very much! i solve my problem!
June 29, 2017 at 11:42 am #814359Hi,
We’re glad that the problem is fixed now!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads Thank you!
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
Thank you for using Enfold.
Cheers!
Sarah -
AuthorPosts
- The topic ‘Responsive Problem’ is closed to new replies.