Home Forums Search Search Results for 'css'

Viewing 10 results - 2,441 through 2,450 (of 3,138 total)
  • Author
    Search Results
  • #10196

    Hi,

    You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS to fix

    @media only screen and (min-width: 737px) and (max-width: 1024px) {
    .jas-promotion h3, .jas-promotion h4 {
    white-space: normal;
    }
    }

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #10191

    Hi,

    You can add custom css to fix

    header {
    position: relative;
    z-index: 9999;
    }

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #10162

    Hi,

    This issue because Instagram update their API now the image will display both landscape and portrait https://instagram-press.com/blog/2017/08/29/improvements-to-posts-with-multiple-photos-and-videos/

    You can fix by add custom css code in Claue > Theme Option > General Layout

    .jas-sc-instagram .item img {
    height: 320px;
    max-width: inherit;
    width: auto;
    }

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #10112

    Hi!

    Thanks for support. i don’t knew where can i to change the en-US to pt-BR language.
    Simplely inserting this CSS code is not working 🙁

    html[lang=”en-US”] .product-category h2::before,
    html[lang=”en-US”] .product-category h3::before {
    content: “Comprar”;
    }

    I have a second issue:

    At home, the block above the slider shows categories. Originally i believe that is showed by alphabetical order. Do you have some way or solution bethrough i can to change the order?
    I need that shows 1 – Moda  2.Casa  3. Bolsas 4. Acessórios

    Attachments:
    You must be logged in to view attached files.
    #10109

    In reply to: RTL

    Okay,

    I understand its diffcualt for guys to trace the problem since its in different language, which is unreadable for you.

    however I have spent last 2 hours, debuging the issue and I have found the couse behind it.

    its “letter-spacing” attribute, When I disabled it I can see characters  displayed proper without any space, so culprit is this attribute.

    you can try also, just go to any product list my site, and disabled this attribute in CSS file.  you will notice text got changed immediately.

    So what do you advice, this attribute needs to be turned off in RTL, so the Arabic characters displayed correctly

    #10096

    You can add custom css in Claue > Theme Option > General Layout > Custom CSS

    .product-btn {
    opacity: 1;
    top: 50%;
    visibility: visible;
    }

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #10083

    In reply to: shadow on image

    Hi,

    Please add below css

    Change “shop now” to your language.

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #10077

    Hello Elephant2009,

    I saw you added this custom CSS code http://take.ms/k4Uu1 please remove it because it’s a global CSS class if you write like this, it will affect many places on your site.

    Best regards,
    Foster

    #10073
    elephant2009
    Participant

    Hi I’ve got a problem arose of the gap between my products, its above and below gap I’m talking about, I’m sure you’ll see what I mean, it looks too squashed up and not sure why or how to correct it. I own 3 licenses of the theme and have exactly the same css on another site and this gap isn’t there so confused.

    If you can please take a look, I’ve included the login details below as its in maintenance mode.

    Kind Regards,

    Elephant2009

     

     

     

     

    #10067

    In reply to: RTL

    Hi,

    Filter Issue, it was plugin issue, Fixed.

    Document 2. 2. its ok

     

    For the font, I can’t tell the exact problem even in my side -__-”  “Spaces between Arabic characters”

    however if you click drop down box in content filter for ex. “filter by cheapest”

    you going to see it display correct Arabic characters. I believe it may related to html class inside CSS file.

    you can check the class behind this dropdown box or html code. I believe the solution is there.

     

    Attachments:
    You must be logged in to view attached files.
Viewing 10 results - 2,441 through 2,450 (of 3,138 total)