Home › Forums › WoodMart support forum › Product title partially showing on mobile
Product title partially showing on mobile
- This topic has 16 replies, 3 voices, and was last updated 6 years, 8 months ago by penguined.
-
AuthorPosts
-
February 16, 2018 at 12:03 am #40170
penguinedParticipantProduct titles are partially showing on the mobile. Please check the images for reference
February 16, 2018 at 7:52 am #40201
Bogdan DonovanKeymasterHello,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
body .single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-last { display: block; } body .single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-link-last { margin-right: 6px; } body .single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-link-last:after { content: "/" } body .single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-link-last { color: #8e8e8e; font-weight: 400; }
Regards
February 17, 2018 at 12:03 am #40416
penguinedParticipantThanks, the bottom part of letter “g” is now blocked by the image.
Additional, How do I remove the “Home” and “Product Title” from the breadcrumb?
February 17, 2018 at 8:54 am #40449
Bogdan DonovanKeymasterHi,
Try to add the following code snippet to the Mobile Custom CSS area in Theme Settings to fix breadcrumbs margin on mobile.
body .single-breadcrumbs-wrapper .woocommerce-breadcrumb { margin-bottom: 30px; } }
To remove Home from breadcrumbs add this snippet to Mobile Custom CSS area.
.woocommerce-breadcrumb a:first-child { display: none; }
Product Title in breadcrumbs was added to your mobile resolution by previous code snippet https://prnt.sc/ifxzsm, and if you want to remove it you need to remove the actual snippet from your custom CSS field.
Regards
February 17, 2018 at 10:27 pm #40589
penguinedParticipantThanks. I have a problem in the WooCommerce MultiStep Checkout Wizard plugin (https://codecanyon.net/item/woocommerce-multistep-checkout-wizard/8125187). Please have a look at the image.
Attachments:
You must be logged in to view attached files.February 18, 2018 at 9:10 am #40625
Artem TemosKeymasterWhere we can see this login form on your website?
February 18, 2018 at 1:04 pm #40682
penguinedParticipantThis login form is on the checkout page. The multistep checkout plugin having an issue with the woodmart login form and social checkout. That is why there is two log in form on the checkout page. The top one is the login form of woodmart, and the bottom login form is the login form of the multistep checkout plugin. I want to keep only one of them.
February 18, 2018 at 1:46 pm #40706
Artem TemosKeymasterCould you please try to switch to default WordPress theme and check how it works by default?
February 19, 2018 at 10:29 pm #41044
penguinedParticipantPlease have a look. I switched to the default theme.
February 20, 2018 at 7:22 am #41076
Artem TemosKeymasterOK, please activate our theme again so we can prepare a fix for you.
Or try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue..login-step form:first-child { display: none!important; }
Regards
February 20, 2018 at 8:46 am #41111
penguinedParticipantI activated your theme. Please have a look. Is it possible to show the login forms of woodmart?
February 20, 2018 at 8:53 am #41115
Artem TemosKeymasterTry to replace with this snippet
.login-step form:last-child { display: none!important; }
February 20, 2018 at 7:30 pm #41269
penguinedParticipantThanks a lot. I have another question.
When I go to the checkout page, the multistep checkout plugin first loads the default woocommerce checkout and then it renders to multistep checkout. I have attached a link for reference. https://gyazo.com/ab0e73120d5684cf2add0ae74d6b92fb
I am also getting some error in the console. https://gyazo.com/591bb868c4795600d0789100799a7518
February 20, 2018 at 9:00 pm #41293
Artem TemosKeymasterBut it is an issue related to the plugin, you need to contact its developers for help in this problem.
February 20, 2018 at 9:10 pm #41304
penguinedParticipantThanks for the reply.
Is it possible to design the “Account Details” page like this image – https://i.stack.imgur.com/gfqIA.png
The field label should be inside the box as shown in the image and icon for the first name, last name and email?
Also a wide update button?
February 20, 2018 at 9:13 pm #41309
Artem TemosKeymasterThis request requires additional code customization that is out of theme support scope.
February 20, 2018 at 9:14 pm #41310
penguinedParticipantokay 🙂
-
AuthorPosts
The topic ‘Product title partially showing on mobile’ is closed to new replies.
- You must be logged in to create new topics. Login / Register