Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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

    #576500

    Hey 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,
    Yigit

    #576538

    Hey 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

    #576546

    Hi!

    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,
    Yigit

    #577161

    Thx 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

    #577174

    Hey!

    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!
    Yigit

    #577203

    Thx Yigit for the quick respons.

    Is working fine.

    • This reply was modified 8 years, 2 months ago by rafke.
    #577282

    Daer 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, 2 months ago by rafke.
    #578409

    Hi!

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.