This topic has 8 replies, 3 voices, and was last updated 7 years by Radu.

  • Author

    Tagged: , ,

  • #144053
     groubee
    Participant

    Hi

    See attached image from https://canea.dk on chrome iphone. On mobile the h2 does not break the line?

    Et integreret virksomhedssystem 

    On mobile it should look like:

    Et integreret
    virksomhedssystem

    h2 does not respons to the “Font Responsive” menu in VC? only text.

    Cheers

    Tonny

    Attachments:
    You must be logged in to view attached files.
    #144234
     Laura
    Moderator

    Hello, try with

    COPY CODE
    
    .kleo_text_column.wpb_content_element strong {
        font-size: 18px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #144255
     groubee
    Participant

    This snippet makes H1 and H2 the same font size? its have nothing to do with responsive font size?

    I need you to come up with a fix so the h2 headline breaks up normally on mobile! plz

    #144521
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #144618
     Radu
    Moderator

    Hi,

    Replace the snippet from @laura with this one

    COPY CODE
    
    kleo_text_column.wpb_content_element strong {
        font-size: 28px;
        word-break: break-all;
    }
    

    Let me know

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

    Hi @Radu

    No it did not fix me line break? see attached images

    It does not break “integreret virksomhedssystem” to

    “Et integreret
    virksomhedssystem”

    See: https://canea.dk/

    This is really strange! I have added your snippet!

    Attachments:
    You must be logged in to view attached files.
    #144715
     Radu
    Moderator

    Hi,

    Sorry I’ve missed the . from the start of the CSS

    Replace with this

    COPY CODE
    
    .kleo_text_column.wpb_content_element strong {
        font-size: 28px;
        word-break: break-all;
    }
    

    Cheers
    R.

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

    Hi @Radu

    Your code works now, but I dont believe that is an acceptable solution on my problem!

    I fixet it myself by removing the h2 from the text box and added to a “Custom Heading” box.

    Now the the words breaks like they should.

    Thanks again

    Cheers
    Tonny

    #144875
     Radu
    Moderator

    Ok then

    Changing the font style directly from custom heading it’s very ok.

    Cheers
    R.

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

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?