eliminate wasted space in cart view -...

User 2140875 Photo


Registered User
364 posts

I'd like to eliminate wasted space in the upper section of my cart view.

Is there a way to do that? I've attached a screen shot so you can tell what I'm talking about.

Thanks,
Galen
Attachments:
User 187934 Photo


Senior Advisor
20,181 posts
Online Now

What do you want to do with it?
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 2140875 Photo


Registered User
364 posts

Just want to eliminate that space between Print this Page and the start of the next paragraph, Our Payment Processors....

Wasted space and will be able to see more of the shop cart contents.

Thanks Eric,
Galen
User 187934 Photo


Senior Advisor
20,181 posts
Online Now

With out me looking at your actual shop, you can try adding this to the header.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("#scs_staticcontent_wrapper" ).height( 0 ).css({
}); }); </script>

Or you can try altering it in Designer.
Static Content Properties
Advanced tab. Play with margins and padding.
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 2140875 Photo


Registered User
364 posts

Thanks for the tip, Eric.

I am trying to edit it somewhere is SCDP and Static Content was exactly the right place. Thanks again.

Galen

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.