Home Forums Search Search Results for 'css'

Viewing 10 results - 2,351 through 2,360 (of 3,138 total)
  • Author
    Search Results
  • #11556

    In reply to: metaslider and layout

    Hi,

    On account page have link to confirm logout, now you hide this.

    You can add custom css to fix

    .woocommerce-account ..woocommerce-message {
    display: block;
    }

    best regards

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

    #11546

    Hi Michylee,

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

    @media only screen and (max-width: 736px) {
    .header__mid .jas-col-sm-4.jas-col-xs-3 {
    flex-basis: 16.666%;
    max-width: 16.666%;
    -ms-flex-preferred-size: 16.666%;
    }
    .header__mid .jas-col-sm-4.jas-col-xs-6 {
    flex-basis: 66.666%;
    max-width: 66.666%;
    -ms-flex-preferred-size: 66.666%;
    }
    }

    You can increase Logo Max Width number in Theme Option as you want

    Best regards

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

    #11540
    This reply has been marked as private.
    #11516

    In reply to: Home page hell

    I help you fixed the issue.

    It because your custom css code in Theme Option lost close tag. So when you minify css with autoptimize plugin it break layout.

    Best regards

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

    #11497

    Did you see the issue on original browser screen ( 1280, 1366, 1440, 1920)?

    Of course when you drag to resize your browser, the javascript sometime can’t respond immediate to adapt.

    I saw you add some custom css maybe these cause the issue http://take.ms/GUYSM

    Best regards

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

    #11491

    In reply to: my account page

    Hi,

    please add custom css code

    #customer_login .jas-col-md-6.jas-col-sm-6 { flex-basis: 100%; max-width: 100%;}
    #customer_login .col-2 { margin-top: 60px;}

    Best regards

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

    #11462

    Hi,

    Thank you for choosing our theme.

    You can set transparent header for only home page by go to Theme Option > Header > Enable sticky header > On
    and add custom css in Theme Option > General Layout > Custom CSS

    .home #jas-content {margin-top: -62px;}

    Best regards

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

    #11460

    Hi,

    Because the load more function used different layout, it will not show the product title, if you want to hide product title when use Number type, I will make it for you via custom CSS code.

    #11443

    In reply to: Categories

    Hi,

    You can add custom css code to fix

    .archive #wowslider-container12 {max-width: 1280px;}

    Best regards

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

    #11442

    Hi,

    You can hide by add custom css code in JanStudio > Theme Option > General Layout > Custom CSS

    @media only screen and (min-width: 1024px) {
    .jas-push-menu-btn { display: none;}
    }

    Best regards

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

Viewing 10 results - 2,351 through 2,360 (of 3,138 total)