Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #977986

    Hi,
    In my pages I added progress bar element.
    I take note that with some mobile devices with small screen the titles of the bar overlap.
    I enclose an example.
    Thank you.

    #978089

    Hey topmedialab,

    There is too much text in the last one, so only adding some more margin at the bottom might help.

    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: 990px) {
      .avia-progress-bar {
        position: relative;
        margin-bottom: 30px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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