Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
ZenCart v1.5.5e
About_us page
dbio 1.3.0
MainImageReplacer-v1.0
Image_Handler4_v4.3.2
Can this be fixed? --> Yes, no, maybe?
Attachment 17198
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Quote:
Originally Posted by
IATIA
Looks like CSS problem.
Please send your site url so we could "play" with it :)
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
@IATIA, it looks like if you edit line 320 of your stylesheet.css and remove the
... you'll wind up with what you want.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Sorry. Did not see that you allready gave your url...
You can add in your stylesheet.css margin-top: 50px
Code:
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {margin-top: 50px;text-align:center;}
But check carefully if the other elements also require this margin.
If not, make a new line for the other elements.
Also check the problem in mobiles and tablets as they have another CSS files.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Quote:
Originally Posted by
lat9
@IATIA, it looks like if you edit line 320 of your stylesheet.css and remove the
... you'll wind up with what you want.
That did it. Thanks!
Thanks to all.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
When testing I have the "Blue" tab bar & the "Black" footer bar shown on desktop & tablet. They do not show on Mobile. How do I get both to show on Mobile? If they are turn off is there a reason? I can live without the Blue tab bar but must have the Black footer bar to show on Mobile.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
I have a long Tag Line text. If screen size is reduced to where text wraps there is not enough vertical space between text. I assume this can be change in the css file. Could someone explain where & how?
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Having a horrible time trying to track down an issue that i'm having with font awsome. This one is driving me nut as i've spent tons of hours trying to track it down. here is a link that displays issue
http://www.babciaspierogi.com/store/...&products_id=1
all my buttons are showing the "diamond ? ", but the header glyphs are showing fine on mobile, its mostly the main content buttons ?? i have installed css3 buttons, but have disabled them to make sure they weren't the issue and the broken glyphs are still showing up. i'm using the responsive classic template and v1.5.5b of zen cart.
any help would be appreciated.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Your database language probably doesn't match the language listed in the configure files. If the config files show utf8, you'll need to convert the database to match.
https://www.zen-cart.com/content.php...8859-1-to-utf8
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
thanks for the help, unfortunately everything was set to utf8 :( , so thats not the issue ? i kinda played with that idea a bit already.