This topic has 5 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #139796
     greenscotland
    Participant

    Hi,

    Can someone please help show me how to make my headings responsive. At the moment when I view my website on a smaller screen the large headings are not showing as responsive and look messy with words getting broken up onto different lines as shown in the screenshot of my homepage when viewed on a mobile.

    Thanks, Adam

    #139861
     Laura
    Moderator

    Hello, can you share admin credentials so i can check it out?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #139890
     greenscotland
    Participant

    Thanks Laura! These are my WordPress login details:
    Username: Adam Skelton
    Password: AuxUq@eF8EBKKiRoA6Kou@7y

    #140257
     Laura
    Moderator

    Hello, try adding this to style.css of child theme 🙂

    COPY CODE
    
    @media (max-width: 991px) {
    .vc_general.vc_cta3.vc_cta3-style-custom.vc_cta3-shape-rounded.vc_cta3-align-center.vc_cta3-icon-size-md.vc_cta3-actions-bottom.vc_custom_1476626670029 {
        padding: 0px;
    }
    section.vc_cta3-container.vc_cta3-size-lg {
        width: 90% !important;
    }
    h2.vc_custom_heading {
        font-size: 40px !important;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #140275
     greenscotland
    Participant

    Brilliant. Again this code has done exactly what I was after, so thank you very much Laura for your time and expertise. Much appreciated! Adam

    #140687
     Laura
    Moderator

    Glad to help 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?