Front Page 1 Text Widget

Homepage Community Forums Aspire Theme Support Front Page 1 Text Widget

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #19836
    ArtistClara
    Customer

      I’m using a text widget in the front page 1 area. But the text in the widget truncates when viewing on a mobile device.

      Please advice.
      Thanks

      #19924
      Jason M
      Customer

        What’s the link to your site?

        I think their intent was to use that area as a big background image, and then add the content or subscribe section in the Front Page 2 widget below it. You can of course add text in the front page 1 widget, but it would require you making some adjustments to your CSS

        #19925
        ArtistClara
        Customer

          Here’s the link.
          Thanks

          #19948
          Jason M
          Customer

            I’m not sure what you’re using to add HTML in your widgets, but it seems to be adding the code in an abnormal way. However, if you add word-wrap: normal; to the .front-page-1 p in your css, it shifts the text on to it’s own line when I scale the browser size down to the smallest width.

            .front-page-1 p {
            	font-size: 24px;
            	font-size: 2.4rem;
            	letter-spacing: 1px;
            	word-wrap: normal;
            }
            #19950
            ArtistClara
            Customer

              Thanks for responding Jason. I use the simple visual text editor plugin.
              I added this code that you have here to my CSS but it didn’t seem to change a thing.

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