-
Author
-
December 16, 2015 at 09:49 #93572yuyafurukawaParticipant
How to make thumbnail Bigger it’s too small to see
Thank you very much
Attachments:
You must be logged in to view attached files.December 16, 2015 at 20:24 #93699RaduModeratorHi,
Add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODE.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img { height:55px !important; width:auto !important; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 18, 2015 at 08:39 #94037yuyafurukawaParticipantOMG !!!! Thank you so much ,it’s works Great !!!!!
December 21, 2015 at 16:46 #94565RaduModeratorYouβre welcome,
Also donβt forget to rate our theme on Themeforest and give it 5 stars π
http://themeforest.net/downloads/
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 22, 2015 at 09:54 #94811yuyafurukawaParticipantYes , I will
and one more thing is this Quick CSS work great on PC
But Display is not responsive in mobile devices
That Thumbnail is so strange πWhat can i do
Thank you very much
Attachments:
You must be logged in to view attached files.December 22, 2015 at 19:37 #94926RaduModeratorHi,
Replace code with this please
@media(max-width:700px) {
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
height:55px !important;
width:auto !important;}}
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 23, 2015 at 05:19 #95002yuyafurukawaParticipanti try but nothing happened π
Thank you very much
December 23, 2015 at 18:46 #95114RaduModeratorTry to replace code with this
COPY CODE@media(min-width:700px) { .woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img { height:55px !important; width:auto !important;} }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 24, 2015 at 05:33 #95177yuyafurukawaParticipantThank you for helping us π
the result was…Cheers
Attachments:
You must be logged in to view attached files.December 26, 2015 at 15:25 #95269RaduModeratorHi,
It’s ok now ?
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 27, 2015 at 08:54 #95333yuyafurukawaParticipantYes , Radu … It’s okay now
Thank you very much
π
December 28, 2015 at 15:42 #95413RaduModeratorHi,
You’re welcome
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.