Editing a layout in the latest...

User 187934 Photo


Senior Advisor
20,190 posts
Online Now

Your upper images are three wide on my iPhone. The right hand column of images is cutoff.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 188640 Photo


Registered User
895 posts

Eric,

Yes, I hadn't looked at the page on my phone. The gallery isn't supposed to show up at phone resolution, just the four pictures.

This all works in RLM and in my Chrome browser. I didn't realize it wasn't working on my phone until you posted.

OK, I just looked in my browser and it's not working there either. I must have forgot to change the display when I was working on this. I'll go check that now and come back when I get this fixed.
A Rose is Just a Weed in a Corn Patch!
User 188640 Photo


Registered User
895 posts

OK, 20 minutes of hair pulling later. :(

Still doesn't work online.

Works exactly like it's supposed to in RLM.

I think this is what I'm doing wrong:
http://www.mytestblog.net/images/Wrong.jpg

OK, had to insert a little humor so I don't go beserk.

I really don't want to start over and do this from scratch but I'm going to take a break for a little while and clear my head.
A Rose is Just a Weed in a Corn Patch!
User 271657 Photo


Ambassador
3,816 posts

Ernie, you have the 'fish picture gallery' set to display: none in your main CSS (mytestblog.net/fish/css/main.css)
but the actual gallery is still set to display: block in your custom CSS (mytestblog.net/fish/css/custom.css).
Leave this (the code below) for wider screens and add a media-query at the same point as your main styles (615px?) to set the lightbox ID to display:none:
#vlightbox1 {
display: block;
margin-right: auto;
margin-left: auto;
width: 100%;
}
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
User 188640 Photo


Registered User
895 posts

Paintbrush,

That's what I was missing. I had not thought about adding the breakpoint css items to the custom css file.

Thank you.

Now all I have to do is get it centered up and it will be OK. I'll leave that for tomorrow.
A Rose is Just a Weed in a Corn Patch!
User 271657 Photo


Ambassador
3,816 posts

Hope you sleep better tonight! :lol:
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
User 188640 Photo


Registered User
895 posts

I will, and I learned something new today.
A Rose is Just a Weed in a Corn Patch!
User 188640 Photo


Registered User
895 posts

OK, I still can't get my gallery centered on the page. I also have one issue with the index page but don't have a link up to that. It's not a big deal but I want it fixed. The bottom paper image has shrunk up a bit on each side.

I'm going to un-install the latest version of RLM and revert back on edition and see if that makes any difference. This all started when doing edits with the latest version.

Wish me luck and if nobody sees me for a couple of days, send out the search party. :D
A Rose is Just a Weed in a Corn Patch!
User 2088758 Photo


Senior Advisor
3,087 posts

Haha Ernie we will come and find you! You should upload it for us and maybe we can spot your issues.
Taking over the world one website at a time!

Steve Kolish
www.misterwebguy.com

YouTube Channel:
https://www.youtube.com/channel/UCL8qVv … ttneYaMSJA
User 187934 Photo


Senior Advisor
20,190 posts
Online Now

Try setting your max width for your
vlightbox1 gallery div to 506


I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.