Need a little help on Widget 1 Mobile Aspire

Homepage Community Forums Aspire Theme Support Need a little help on Widget 1 Mobile Aspire

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #18964
    sabrinaespinal
    Customer

      Hi Wes,
      Any suggestions on how I can make a change to widget 1 on mobile.

      I just changed the image on widget 1 and now widget 1 doesn’t show as nice as it did because of my new image, the color and the position on mobile.

      If I could maybe make the font black in widget 1 mobile…I could live with that. Or if I could make the text fall above the image only on mobile.

      Of course I could take a week and create a new image but I love the website look of widget one on desktop.

      Any crazy suggestions would be appreciated…up to and including…change my image.
      Thanks Sabrina
      http://www.sabrinacompany.com

      #18971
      sabrinaespinal
      Customer

        Wondering if something like this might make more of the image show which would help my issue.

        This is something I was given to use a few weeks ago for a new Studiopress theme for the home page images so of course the width number is for that theme.

        @media only screen and (max-width: 1140px) {
        .home .image-section {
        background-attachment: scroll !important;
        }
        }

        Just wondering…I’m note a coder so….just asking.
        Thanks

        #19029
        Wes
        Moderator

          I remember replying to this post a couple days ago, but it appears my reply never showed up for some reason (maybe I didn’t hit the “Submit” button properly). Give me a sec and let me re-doit

          #19039
          Wes
          Moderator

            To make the Text black on mobile devices, add this in your responsive section around line 3071 @media only screen and (max-width: 550px)

            	.front-page-1 .image-section h4 {
            		color: #000;
            	}

            Give that a try and let me know if it works.

            #19048
            sabrinaespinal
            Customer

              Wes
              You are the best…thank you. That was perfect.
              Mobile phone view is always a little challenge.

              I picked up a few other tips that you left and made another changes.
              thanks so much
              Sabrina

              #19053
              Wes
              Moderator

                You’re Welcome 馃檪

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘Need a little help on Widget 1 Mobile Aspire’ is closed to new replies.