- This topic has 4 replies, 2 voices, and was last updated 10 years, 9 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Customize shopping cart title – blank space between title and cart
Hi,
I want to use the widget title and not the estore settings to define my shopping cart title. That works fine.
However: when doing so, I have a large blank space between the title and the shopping cart as such. See a screenshot here [https://dl.dropboxusercontent.com/u/4118376/estore_title.png]
I digged into css but can not find the attribute to modify. Could you help?
Many thanks.
Please post a link to the page with the cart so we can look at the css.
The site is currently closed as under development.
However, I noticed the issue on another website I developed and which also use estore. Here there is a blank while I am using the estore built in feature to change the shopping cart title. You need to add an item to the cart to have the blank space to happen. [http://www.pacteurope.eu/reshaping-european-lobbying/]
For the last example you provided, to get rid of the space you can do the following:
1) Go and grab the following plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Then add the following CSS code in settings of the above plugin:
.eStore_classic_cart_wrapper br{
display: none !important;
}
I suspect something similar will apply to the site which is currently under construction.
Thanks Peter, it worked !
Cheers