next pa

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2697
    tjd
    Customer

      Hello from the western Pacific,

      Well the “next page” at the bottom gets cut-off on my iPhone and shows: next pa

      That’s not a big deal really and so I looked for a way to darken the font color but can’t find it. I’m thinkin’ I know to look for it, but a visitor might scroll right past it because it’s a very light grey. Honestly I’ve looked and if you can point me to it I’ll darken the font and get on with Content creation….

      ps/ I’ve looked intently at the css stylesheet so many times I do believe I can recite it like a poem.

      Thanx,

      Tom

      #2703
      Wes
      Moderator

        What is the link to the page where this is happening?

        #2704
        tjd
        Customer

          Hi Wes,

          Well if you visit my site on a cellphone, at least on my iPhone, in the middle of each blog page as you’re scrolling thru, that’s where the transition from the Posts to the sidebar occurs, the ‘next page’ indicator appears cut-off on the right edge. As I mentioned, it’s light grey and might be missed by someone not expecting it to be there. I figure it’s not that much of a problem if I can darken the font so it stands out a bit more.

          Frankly, I’m really pleased with Legacy and the mobile responsive design, and I’m ok to be flexible and work around these bits-n-pieces.

          So here’s the site:   tomjdolan.com

          Thanx Wes,

          Tom

          #2705
          Wes
          Moderator

            There are a couple ways to fix it, but you could just add this to both of your responsive sections and it will work –

            .navigation {
            width: auto;
            }

            #2706
            tjd
            Customer

              Hey Wes,

              By golly…it worked.  ‘next pa  ‘ became ‘next page’, Thanx for that.

              Now that I can see it, I’d still like the font to be a darker grey…where can I locate the control for that font color?

              note/I noticed when looking at the mobile responsive code that the Legacy Color Themes were back in the css. I thought that I’d removed them but apparently it was only momentary. All I did was select/delete. Maybe that’s not the way to delete css code?

              Anyway Wes, you really do know your themes.

              Thanx,

              Tom

              #2708
              Wes
              Moderator

                You could add

                .navigation a {
                color: #333;
                }

                ….and change it to whatever color you need.

                #2709
                tjd
                Customer

                  Mornin’ Wes,

                  Worked perfectly.

                  Thanx,

                  Tom

                  #2729
                  Wes
                  Moderator

                    You’re Welcome

                  Viewing 8 posts - 1 through 8 (of 8 total)
                  • The topic ‘next pa’ is closed to new replies.