I have a question about the product page, product media box size for the PITCH Theme. Shop url: Campmanifest.com
The Media box is huge, left aligned to the outermost edge of the page, and way too big and left for desktop. I did some amateur CSS adjustments to get it closer to how I wanted it to appear, but I would love to know a better way.
But my adjustments were only to the front-end, CSS panel as follows (don’t judge me too harshly, I’m a graphic designer, not a developer). It works functionally for desktop and mobile, but probably looks way off for ipad or half windows on desktop. Essentially I couldn’t figure out how to actually change the dimensions or padding of the media box itself. So its just pushed up against the side of the box
@media screen and (min-width: 769px) {
img {
max-height: 80%;
padding-left: 200px;
object-position: center;
object-fit: contain;
}
} @media only screen and (min-width: 960px) {
.group-block-content {
padding-top: 30px;
}
} @media only screen and (max-width: 960px) {
.group-block-content {
padding-bottom: 30px;
}
}
If you actully need this after reading below, then you can reach out to me for customization services.
To connect CLICK my profile-pic or visit my profile on the forums ALWAYS include context in new communications, e.g. reference urls, posts urls, etc
Stop, read your words back to yourself,
On what basis is “too big” just because your monitor is one size doesn’t mean it’s too big, on some monitors it can be too small.
Do not apply qualitative justifications over quantities ones in areas your are not familar with.
READ: you are not your customers or have their devices, nor a theme designer ;
This is how merchants slowly erode their themes design to be cramped like a dime store bodegaa.
The original designers made it a certain way on PURPOSE.
Don’t muck with UI or UX without having a quantitative reason(that isn’t just a qualitative justification in a trench coat)
Don’t remove or change something some design or system without considering it’s that way for a reason.
With the common cliche being you wanting to changing is just wearing the designer hat to occupy yourself with busy work to avoid working on actual business problems.