Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1070461

    Hi,
    I’m having trouble with formatting the mobile settings on the tab element. The contact is cut off, or in some places it’s breaking after a space where it shouldn’t. The desktop pages look correct.

    I’ve also had trouble updating the theme, says the parent theme can’t be found. Login info is below.

    Thanks!

    • This topic was modified 5 years, 9 months ago by mattb1169. Reason: resubmitting for a response:)
    #1071416

    Hey mattb1169,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
      .responsive .tabcontainer #tab-id-1-container.tab_content {
          padding: 15px;
          word-break: break-all;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1071460

    Thanks! That works well.

    #1072891

    Hi,

    Great, I’m glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.