Suggestions for webpage - Page 1 -...

User 2088758 Photo


Senior Advisor
3,108 posts

Hey guys,

I'm struggling with the best approach to layout this page. Everything looks good until i start scaling it down and when we get to mobile breakpoints I get a column of templates. The problem is there is no distinct lines between each product so it kind of looks messy. I tried using a panel but that didn't look good. I have added the panel to a couple just so you can see. I also tried adding just color to each but looks a bit choppy. I haven't fixed the background colors of the titles yet so please ignore that.

Any advice would be appreciated.

Thanks in advance

http://misterwebguy.com/webtemplateTemp.html

Taking over the world one website at a time!

Steve Kolish
www.misterwebguy.com

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


Registered User
938 posts

What about using the rule, would that be something you would consider?
User 2088758 Photo


Senior Advisor
3,108 posts

Please explain
Taking over the world one website at a time!

Steve Kolish
www.misterwebguy.com

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


Registered User
938 posts

Steve wrote:
Please explain


If it's how I understand you, how about using the horizontal rule, it's under "rule" in RLM still a fab tool to divide stuff and it would work with what your saying looking at your site.
User 2484360 Photo


Registered User
3,293 posts

I like the Birdie, Canvas background better then the first row. Use that on all the templates and then on mobile view swap the background so it is light grey, dark grey, light grey etc. Then add a border top to each of the columns.
User 2088758 Photo


Senior Advisor
3,108 posts

Thanks for the suggestions. Trying to locate the class to apply the top boarder too.


@media screen and (max-width: 320px) {
.column-7 {
border-style:solid;
border-top-color:#ff0000;
}
}


Didn't work! Any hints...
Taking over the world one website at a time!

Steve Kolish
www.misterwebguy.com

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


Registered User
3,293 posts

Steve wrote:
Thanks for the suggestions. Trying to locate the class to apply the top boarder too.


@media screen and (max-width: 320px) {
.column-7 {
border-style:solid;
border-top-color:#ff0000;
}
}


Didn't work! Any hints...


grey-panel, dark-grey-panel. :P
User 2088758 Photo


Senior Advisor
3,108 posts

I thought so too but it had no effect.

@media screen and (max-width: 320px) {

.grey-panel {

border-style:solid;
border-top-color:#ff0000;
}

.dark-grey-panel {

border-style:solid;
border-top-color:#ff0000;
}

}
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,247 posts

Is it margin what your looking for?;)
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 2088758 Photo


Senior Advisor
3,108 posts

Hey Eric, just looking to add a top border to each element when it goes to a screen size of 320. So when you view it on a phone it will have dividers between each element.
Taking over the world one website at a time!

Steve Kolish
www.misterwebguy.com

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

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.