Forum Replies Created
-
in reply to: WooCommerce Styling and Forum
Hello,
You can add the custom css into your custom css box located in General Options > Tracking Code / Custom CSS / Custom JS.
Sorry but adding a title before quantity is a customization not included in support service.Best regards!
in reply to: Importing dummy dataHello,
Please refer to this article regarding this. Let us know if you still need help.
Best regards!
Hello,
This happens because there is margin set up to the logo and also the width of content is larger than that of a mobile device. Please add this code into your custom css box:
@media (max-width: 480px){ #logo img { margin-left: 0 !important; max-width: 300px !important; }}Let us know.
Best regards!
in reply to: White space on mobileHello,
I don’t see any white space in the right side (or anywhere) in your site. Please see screenshot. Did you manage to fix your issue?
Let us know.Best regards!
in reply to: Mobile Page WidthHello,
For this you can by increasing the container width. Add this code into your custom css box:
@media (max-width: 767px){ .container { max-width: 420px !important;} }Edit the value to your wish, but it should not exceed 420px. Or the elements will go out of line.
Let us know.Best regards!
in reply to: Import demo data is not workingThis reply has been marked as private.in reply to: Big Problem with Safari BrowserHello,
The difference between these two blocks of code is in the device they target. Ruco’s code is for
@media (max-width: 767px)which includes all mobile devices. The code i send is for@media (min-width: 1024px)ipad landscape device width or larger.
I don’t have an ipad in my hand so it’s hard to test this. Especially because in every ipad simulator i have opened your site with, the slider image shows perfectly.Will you please try out this code too?
@media (min-width: 1024px){ .swiper-slide.swiper-slide-visible.swiper-slide-active { background-size: contain; } .codeless_slider_swiper { height: 673px !important; min-height: 673px !important; } }Let us know.
Best regards!
in reply to: Page is heavy with cssHello,
Sorry for the late reply.
It is not possible to remove this code. This is dynamic css code generated from the theme settings. You can install a cache plugin to make your site perform faster, or minify some of the css files. Remove plugins you do not use and if there are elements you do not use , then you could delete their specific css files (example: if you do not use the counters, then you may remove odometer.css file).Best regards!
in reply to: Can’t save anything except in classic mode!Hello,
We haven’t tested all plugins out there so i can’t tell exactly which one is the best. But there are a lot of good plugins as alternative that you could use. Here is a list of suggestions.
Best regards!
in reply to: Mobile Page WidthHello,
Can you please send us the link where you have this element? I opened most of your site’s pages in mobile but the content is perfectly aligned in the middle. i don’t see a situation like the screenshot you send.
Let us know.Best regards!
in reply to: Coordinates are off on Image MapsHello,
Sorry can you please be a bit more clear? I opened the link you send, and it looks good in both chrome and firefox. The content is centered. Did you meant to send another link or this is it?
Let us know.Best regards!
in reply to: Content Won’t Center?Hello,
Please get the new theme update with the “full width content” row settings fixed.
Or add this code into your custom css box:.aligncenter { margin-right: -15% !important; }Let us know.
Best regards!
in reply to: White space on mobileHello,
Can i please see a link where is this running?
Best regards!
Hello,
Thank you for notifying. We will make the necessary testing and fix it if needed. You will be notified for any new theme release.
Best regards!
Hello,
The id you have been using it is added from Visual Composer way later than the theme’s row id functionality. And anyway this Visual Composer feature is not quite functional just yet.
I am sorry to hear this reaction for the theme as we have put a lot of effort in it to make it as codeless and user-friendly as possible, while in the same time having so many features.
Let us know if you need further help.Best regards!