Okay
  Public Ticket #2913319
smartphone responsive
Closed

Comments

  • marc started the conversation

    Hello! I love that template but I have some troubles with it.

    - Is it possible put the principal banner to responsive to see it all in the phone? or always must be 'cut'?

    - Is it possible to align in the middle the footer 'where am I from...etc' in the smartphone version??? it looks weird in the phone.

    - Is it possible to put 2-3 columns on the 'clients' zone??? It's a bit weird watching all the clients verticaly when you can have 2-3 logos per row in smartphone version.

    - Then the SIMPLE PROJECT PAGE is so strange cause I put a picture and overflows the screen. I need this as my portfolio of illustrations and need that illustrations are fine exposed. Help please.

    my web: markiebrown.com

  •  847
    Jelly replied

    Hello,

    1. Unfortunately, because of different screen ratios this is not possible.

    2. Add this code to Appearance > Customize > Additional CSS or at the end of style.css:

    @media (max-width: 991px){ .contact-content { justify-content: center; }}

    3. Please try this code and let us know if it works:

    @media (max-width: 991px){ ul.partners-sec .full_wdth { flex: 0 0 50%; max-width: 50%; } }

    4. Are you referring to https://www.markiebrown.com/projects/juno-birch-attack-of-the-50ft-alien/? Could you send us a screenshot?

    Best Regards,
    Jelly Team

  • marc replied

    Don't worry about the 1.

    2 and 3 are OK, thank you so much!

    number 4 I send you and attachment, Don't know if I need to put in a specific size or something or maybe there's an option to change the simple project 'template design'.

  •  847
    Jelly replied

    4. Add this code to Appearance > Customize > Additional CSS or at the end of style.css:

    .cases-sec .case-col img { max-width: 100%; }

    Best Regards,
    Jelly Team

  • marc replied

    Think this code doesn't do nothing, looks the same on the phone (I ereased cache) , and the logo its a bit strange it's always in the top like glitched, and the png has space above it don't know.

  • marc replied

    these are the codes, I think I copied-pasted well

  •  847
    Jelly replied

    Seems to be working fine. Could you try checking it in incognito mode? Maybe there is a cache issue?

    Best Regards,
    Jelly Team