Landscape mode on cell phone

Home Forums Jevelin Theme Landscape mode on cell phone

Home Forums Jevelin Theme Landscape mode on cell phone

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    RESOLVED Posts
  • vincen72
    Participant

    If someone uses the landscape mode on their phone, the four services offered in the “what we do” section get misaligned. Is there a fix?

    Hi @vincen72,

     

    I hope you are well today and thank you for your question.

     

    Could you please share your site URL where it’s happening so that I can troubleshoot it?

     

    Best regards,
    Shufflehound team

    vincen72
    Participant

    Yes, see private field.

    Solution for this topic

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (max-width: 992px){
    #services .wpb_column:nth-child(2n+1) {
    clear: both;
    }
    }

    vincen72
    Participant

    Thanks! This worked.

    You are most welcome here 🙂

    vincen72
    Participant

    One more. How do I widen the footer in landscape mode on a cell phone? My email address and social media icons are currently wrapping in this mode.

    To achieve this, you have to adjust the column width of email address and social media icons column.

    vincen72
    Participant

    Thanks!

    You are always welcome here 🙂

Viewing 10 posts - 1 through 10 (of 10 total)