lisajoywb
Forum Replies Created
-
Ok, thanks so much!
Sorry for posting in two places – I wasn’t sure if this thread was still alive. Thanks so much for your help! That worked- the only issue is that I have graphics in one side and text in the other so when it adjust on the mobile, there is a big space between the first and second image, as the text in the right side makes the row much longer. Is it possible to fix that in any way? Thanks so much for your help!
I hate to tag on to this thread, but I’m having a similar issue with two tables when viewing on a mobile device. The desktop view is perfect, just mobile device view that is not working correctly. The odd thing is that the table on my other page is perfect. Thank-you so much for your help!
This tables look good on desktop and mobile device:
https://www.lisawbuckdesign.com/?page_id=107These two are messed up – perhaps to do with the graphics?
https://www.lisawbuckdesign.com/?page_id=98
https://www.lisawbuckdesign.com/?page_id=345Forum: Plugins
In reply to: [WooCommerce] The margins on my cart and checkout pages is too wideI figured it out. Dumbest thing in the world. I had the shortcode in the wrong place instead of in the content part of the page setup. (Just in case anyone else is trying to figure out the same problem.)
Thanks for your help.Forum: Plugins
In reply to: [WooCommerce] The margins on my cart and checkout pages is too wideok thanks so much! I’ll keep tinkering around with it and see what I can find.
Forum: Plugins
In reply to: [WooCommerce] The margins on my cart and checkout pages is too wideThe regular pages are fine – it’s just the woocommerce checkout and cart pages that are messed up with the margins. When I remove the shortcode, it turns into a regular page. When I add the woocommerce shortcode to make it the “checkout” and “cart” page the margins mess up. The product and shop pages are fine though as well.
Forum: Plugins
In reply to: [WooCommerce] The margins on my cart and checkout pages is too wideLet me rephrase – it shows a header that says “checkout” as any other page would say (for example “graphic design”, but there is nothing else on the page.
Basically it is making the page a content page with no content.Forum: Plugins
In reply to: [WooCommerce] The margins on my cart and checkout pages is too wideIt corrects the spacing issue with the header, but doesn’t show anything else below “checkout”. Just a blank page
Forum: Plugins
In reply to: [WooCommerce] The margins on my cart and checkout pages is too wideyeah – both the cart and the checkout page.
I created the pages
added them into the woo commerce set-up for “cart” and “checkout”
added the shortcode to the pages, which are set as default.I haven’t changed any layout editor, just uploaded the theme.
Forum: Plugins
In reply to: [WooCommerce] The margins on my cart and checkout pages is too wideI had to add it in
[woocommerce_checkout]
it wasn’t automatically put there.Forum: Plugins
In reply to: [WooCommerce] The margins on my cart and checkout pages is too wideit won’t let me install, very well activate, the WPBakery Visual Compose plugin at all, so maybe that’s the issue? Every times I try to reinstall it – it tells me the file already exists but I can’t to anything to get it to install and activate.
Forum: Plugins
In reply to: [WooCommerce] The margins on my cart and checkout pages is too widethank-you for your help, I’ve spent over 20 hours trying to fix this one issue
Forum: Plugins
In reply to: [WooCommerce] The margins on my cart and checkout pages is too wideI contacted the author – but no reply…
https://www.lisawbuckdesign.com/?page_id=309
You may have to add something to the cart to get to the checkout page…
Forum: Plugins
In reply to: [WooCommerce] The margins on my cart and checkout pages is too widethe site isn’t published yet – do I need to publish it in order for you to view it? Sorry I’m an idiot at this – just figuring it out.
Forum: Plugins
In reply to: [WooCommerce] The margins on my cart and checkout pages is too wideIt’s the wordpress woo commerce theme Ri Balis
I’m not sure how to link to the CSS but here is what it directed me to when I clicked CSS on the theme:.woocommerce #container {
margin: 0 auto;
width: 980px;
}
.woocommerce #sidebar {
display: block;
float: none;
margin: 0 auto;
width: 980px;
}I changed it to 900px but it did nothing to change it.