Okay
  Public Ticket #845805
array problem
Closed

Comments

  • digipedi started the conversation

    Dear. Laboratoor Support Team

     

    Hello. My name is Eunhee and use your theme (Kalium).

    As a matter of fact, I am not good at English 

    and I hope you understand my situation.

     i'd like to change something about theme appearance at mobile.

    So I'm attaching screenshots.

    I'll look forward to your reply. 

     

    Best

    Eunhee Song

  •  1,558
    Laborator replied

    Hi Eunhee,

    Paste the following CSS in Custom CSS > Responsive > Extra Small:

    .logos-holder.no-spacing-cols .client-logos-col .c-logo {
        width: 50%;
        float: left;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • digipedi replied

    Thank you for your response and your kind words.

    i cuts the melon without difficulty.

    i also want to fix "Team" and "Portfolio" area @ mobile like 'clients' (CSS in Custom CSS > Responsive > Extra Small:)

    .logos-holder.no-spacing-cols .client-logos-col .c-logo {
        width: 50%;
        float: left;
    }

    but i don't know

    .logos-holder.no-spacing-cols .client-logos-col .c-logo
    

    that parts. so please let me know " team and portfolio " css. 

    regards,

  •  1,558
    Laborator replied

    Hi Eunhee,

    Use the following CSS for the Team:

    .team-holder .col-sm-6 {
        width: 50%;
        float: left;
    }

    I would not suggest you to make the portfolio two  columned on mobile as it will not be stable and not recommended.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • digipedi replied

    Thank you for your help. 

    i tried to fix the 'team' area 

    and a problem comes up with "Hover Font area"

    check out attaching image. Thanks you:)

  •  1,558
    Laborator replied

    Hi Eunhee,

    I told you about that, there will always be issues with these as they are not available in the Theme Options but since you wanted to achieve that I gave you a custom code.

    The code below will hide the hover state completely in mobile:

    .hover-state {
        display: none;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • digipedi replied

    Hi.

    Thank you so much for earlier reply.

    All issues on mobile have been fixed.

    Thank you again. 


  •  1,558
    Laborator replied

    If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group