Okay
  Public Ticket #2377235
Module update
Closed

Comments

  • royalgrp2020 started the conversation

    I have purchased Modus themes twice. Could you please assist with below minor update to my page? because i am not able to update it and this site need to lunch ASAP.

    • This icon section doesn't comes in two columns (Device Samsung s10+)
    • Service section also i am looking for two column or slider in mobile version.
    • Icon with counter at footer, i am looking for slider function

      url:-https://www.royalfoamdubai.com/wp-admin/

    username:- user

    Password:- srBvFQP2AFHA 


    Screenshots for the modules attached. Kindly fix this for me please. My clients device is Samsung s10+. he is checking and complaining using this :-(


  •  608
    WordPress replied

    Hello,

    Thanks for your purchase.

    1, 2: You can add custom style css

    @media (max-width: 767px){
        .modus-icon-2 .col-md-15{
            width: 50%;
        }
        .modus-icon.modus-icon-2 .modus-iconbox {
            margin-bottom: 20px;
        }
        .modus-services .layout2 .col-xs-12.col-sm-6.col-md-3 {
            width: 50%;
        }
        .header_5 .header-v5 .mini-cart .icon-search {
            margin-right: 0;
        }
    }

    3: Your request I need custom code then you need to pay.


  •   royalgrp2020 replied privately
  •  608
    WordPress replied

    Hello,

    You can add custom style css and clear cache

    @media (max-width: 767px){
        .modus-icon.modus-icon-2 .modus-iconbox {
            padding-bottom: 40px;
            margin-bottom: 0;
        }
        .modus-icon.modus-icon-2 .modus-iconbox:hover::before {
            opacity: 1;
        }
        div.modus-counter .list-counter .column-5 {
            width: 50% !important;
        }
        .modus-counter .list-counter .icon.modus-img-counter {
            line-height: 120px;
            width: 120px;
            height: 120px;
        }
    }