Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1810990
Mobile formatting
Closed

Comments

  • omams started the conversation

    Hi, 


    Hope this message finds you well and thank you for responding to my last ticket in a very timely manner. 

    I would like help with formatting the Soledad theme on mobile - for example text in the 'preformatted' font does not adjust well in mobile format. 

    In addition, at times the home page of the website does not load or loads very slowly - please help amend this where possible. 

    Thanks for your help in advance.

    Best, 

    Omamerhi


  •  2,699
    PenciDesign replied

    Hi,

    1/ I just checked your site on 2 different phones and I see everything fine - check this image

    Can you tell me what's wrong with fonts on your site?

    2/ Please check this guide to know how to improve your site speed.


    Best Regards,

    PenciDesign

  • omams replied

    Hi, 

    Thanks for your reply. 

    The photo you sent in 1) is fine. Please look the photo I have attached the words cut off at awkward places - how do I rectify this?

    Best, 

    Omamerhi

  •  2,699
    PenciDesign replied

    Hi,

    Seem you've use pre tag - a tag use for display HTML or code.

    No problems, please try add more this code to Customize > Custom CSS to fixed it:

    .post-entry pre{ word-break: break-word; white-space: normal; }
    

    Best Regards,

    PenciDesign

  • omams replied

    Thank you - it works :)

  • omams replied

    Hi, 

    Is there design code that allows me to curve the edges of the images and create a shadow like the ones in the screenshot attached?

  •  2,699
    PenciDesign replied

    Hi,

    Can you show me your site url and tell me where do you want to do that?


    Best Regards,

    PenciDesign

  • omams replied

    Hi, 

    Thanks for your quick reply. 

    Site URL: http://tribeofstudents.co/

    Please do it to the images on the homepage.

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    .penci-grid li.list-post .penci-image-holder{
    border-radius: 10px; 
    -webkit-border-radius: 10px; 
    box-shadow: 0px 0px 35px #ababab;
    -webkit-box-shadow: 0px 0px 35px #ababab;
    }
    

    Best Regards,

    PenciDesign

  • omams replied

    Hi, 

    Thank you so much, it's perfect!