• basieczka4

    (@basieczka4)


    Hi,
    My team is not responsible. On mobile it looks not well – text is out of border. You can see it in link above.
    What can I to to solve this problem?
    Best regards,
    Basia

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • lokeshkalosiya

    (@lokeshkalosiya)

    Hi @basieczka4,

    Please share your site URL so we can solve your issue.

    Thank you

    Thread Starter basieczka4

    (@basieczka4)

    Hi,
    Mu site is: https://www.nika.org.pl

    lokeshkalosiya

    (@lokeshkalosiya)

    Hi @basieczka4,

    The overflow issue occurs from the header image so you can apply the below CSS code on where the header image applied

    #site-primary-nav img{
        max-width: 100%;
        height: auto;
    }

    If it works let us know

    Thank you

    Thread Starter basieczka4

    (@basieczka4)

    Hi,
    You are right. The problem is generated by plugin WP Header Image. After deactivation team builder works correct. WP Header Image has a special place for custom CSS. I put there your code, but the problem is still present. I tried to find another plugin, but unfortunately I hadn’t fine any.

    Regards,
    Basia

    lokeshkalosiya

    (@lokeshkalosiya)

    Hi @basieczka4,

    If the code is not working you can use them by applying ‘!important’ in CSS like and try to apply this code in theme customizer custom CSS

    #site-primary-nav img{
        max-width: 100% !important;
        height: auto !important;
    }

    if it works let us know

    Thank you

    Thread Starter basieczka4

    (@basieczka4)

    Hi,
    It doesn’t work. Unfortunately.

    lokeshkalosiya

    (@lokeshkalosiya)

    Hi @basieczka4,

    Sorry for the late reply please replace the previous code with the below code.

    #site-masthead-cover-menu img{
       max-width: 100% !important;
       height: auto !important;
    }

    If it works late us know

    Thank you

    Thread Starter basieczka4

    (@basieczka4)

    HI,
    Now it’s ok. Thanks.

    lokeshkalosiya

    (@lokeshkalosiya)

    Hi @basieczka4,

    Glad that your issue has been resolved if you like our plugin please rate us.

    Thank you

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘responsible team builder’ is closed to new replies.