Okay
  Public Ticket #2668354
Section not responsive?
Closed

Comments

  •  1
    CoreyDesign started the conversation

    Hi there, for some reason this section goes off the page.. I have tried all sorts of display properties and width.. however nothing is making it proper for mobile.

    See pic.

    Thanks.

  •  8,849
    Tahir replied

    Hey Again,

    Try using the New Responsive Typography Settings in here : http://prntscr.com/gnf951 .

    Best.


    ThemeNectar Support Team 

  •  1
    CoreyDesign replied

    didn't work

  •  8,849
    Tahir replied

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    h2 {
        word-break: break-word;
    }

    Thanks


    ThemeNectar Support Team