Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@webicity: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..single-post .entry-header .entry-meta { display: none; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@sim: Hello there,
Can you please post in your site URL so that I can look into the issue?Kind Regards,
SkandhaSeptember 9, 2021 at 7:20 am in reply to: Text in tables unreadable when viewed from mobile phone #289769Skandha
Participant@ohh: Hello there,
This is should prevent the words from overflowing to the next line on mobile devices. I don’t much can be done other that this as the width on the mobile screen is very small.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.td { word-wrap: normal; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@lblumenfeld: Hello there,
Do you want the Contact Us text to be below the image?Kind Regards,
SkandhaSkandha
Participant@bastienchill: Hello Bastien,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..site-description { text-transform: unset; }Let me know if this solves your issue.
Kind Regards,
SkandhaSkandha
Participant@joemcomber: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..woocommerce-Price-amount.amount { font-size: 40px; }You can change the font size according to your choice.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@hansh: Hello Hans,
Glad I could help you finish the website. Have a good day! 🙂Kind Regards,
SkandhaSkandha
Participant@joemcomber: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (max-width: 600px) { .custom-header::before { background-image: unset; } .custom-header-media img { display: block; } .custom-header-content { background-color: #000; } .home .custom-header .custom-header-content.content-center-top { padding: 30px; } }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@knadles: Hello there,
I will need to have a look at your site to debug the issue? Can you post the URL here or shall I send you an email so your can share the URL privately?Kind Regards,
SkandhaSeptember 9, 2021 at 2:05 am in reply to: Text on phones squished into an unreadable mess in landscape mode #289713Skandha
Participant@fastfashn: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (max-width: 600px) { .home .custom-header .wrapper::before { background-image: unset; } .home .custom-header-media .wp-custom-header img { display: block !important; max-height: 100vh; } .home .custom-header-content { display: none; } .home .custom-header-media { height: auto !important; } }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@palosverdesmagazine: Hello there,
You seem to be using a plugin for the whole post blocks and the second Read More button seems to be coming from that plugin. Please let me know which button you would like to keep.Kind Regards,
SkandhaSkandha
Participant@hansh: Hello Hans,
Please replace the previous CSS Code I provided you with the following.@media screen and (min-width: 1024px) { .up-sells ul.products li.product { width: 16.66%; } .columns-3 ul.products li.product:nth-child(3n+1), .related ul.products li.product:nth-child(3n+1), .upsells ul.products li.product:nth-child(3n+1), .cross-sells ul.products li.product:nth-child(3n+1) { clear: unset; } }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant
@jaho: Hello there,
Sorry for the late reply.You seem to have switched to another theme. Can you please switch back to Catch Revolution so that I can look into the issues.
Kind Regards,
SkandhaSkandha
Participant@lblumenfeld: Hello there,
Sorry for the delay as we seem to be working in different timezones.
Can you please try using the CSS Code below instead of the above one and check if the image is now responsive on mobile devices or not?.custom-header .wrapper:before { display: none; } .custom-header-media img, .custom-header-media video, .custom-header-media iframe { display: block; height: auto; position: unset; object-fit: unset; } .custom-header-content { padding: 254px 50px; position: absolute; top: 50%; padding: 50px; left: 50%; transform: translate(-50%, -50%); } body:not(.home) .header-media .wrapper::after { display: none; }Let me know if this solves your issues!
Kind Regards,
SkandhaSkandha
Participant@nubisstudios: Hello Sander,
You will need to Publish the customizer and then refresh the customizer to get the new testimonial custom blocks.Let me know if this works out!
Kind Regards,
SkandhaSeptember 7, 2021 at 3:40 am in reply to: I want the display to be the same as the demo site #289596Skandha
Participant@nakagawa: Hello there,
Can you please clarify which footer content you are referring to? Please post in your site URL as well.Kind Regards,
SkandhaSkandha
Participant@lblumenfeld: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (max-width: 800px) { .custom-header .wrapper::before { background-image: unset !important; } .custom-header-media img { display: block !important; } .custom-header-media img { position: unset !important; width: auto; } .custom-header-content { padding: 20px 25px !important; } }Let me know if this solves the issue!
Kind Regards,
SkandhaSkandha
Participant@ohh: Hello there,
You can always post here in the forum if you come across any issues. Have a good day! 🙂Kind Regards,
SkandhaSeptember 7, 2021 at 2:40 am in reply to: Text in tables unreadable when viewed from mobile phone #289579 -
AuthorPosts
