sumnima sumnima sumnima sumnima sumnima sumnima sumnima
Categories
bigcommerce blog minimal

heroCarousel base on minimal theme

#bookmark #height

.heroCarousel,
.heroCarousel.slick-initialized,
.heroCarousel-slide .heroCarousel-image-wrapper {
    height: auto;
    max-height: 50vh;

    @include breakpoint("medium") {
        max-height: 100vh;
        height: auto;
    }
}
Categories
bigcommerce blog minimal stencil

minimal theme media screen size

#screen #bigcommerce #theme #css #media #bookmark base on minimal theme

$screen-large:                  1261px; // 1
$screen-medium:                 1180px;
$screen-small:                  820px;
@media (max-width: $screen-large) and (min-width: $screen-medium) { 

}
Categories
bigcommerce blog

@media (max-width: $screen-small)

@media (max-width: $screen-small) {
    // small screen only
}


#small-screen

Categories
bigcommerce blog bookmark css stencil Theme

sumnima – CSS for iPad

#bookmark CSS landscape. reset for iPad sumnima themes



@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    /* reset sumnima CSS styles for iPad landscape mode go here */
    body {
        opacity: 0.3;
    }
}
Categories
bigcommerce ecommerce Theme

ratna iPad reviews round 1

Categories
bigcommerce blog css Design ecommerce sumnima.studio Theme

May be the last RATNA mobile fix

Categories
bigcommerce blog ecommerce sumnima.studio Theme

Perfect setup makes me cry

melonandstarfish.com

melonandstarfish.com + guransh bigcommerce theme

https://www.bigcommerce.com/theme/guransh-home/

Categories
bigcommerce blog ecommerce Theme

ORGANIC ROUND 3

Huge disappointment. Just another last round after 4 month https://everest-organic-demo.mybigcommerce.com

Categories
bigcommerce

bigcommerce homepage stencil handelbar

{{#if template '==' 'pages/home'}}full-carousel{{/if}}
Categories
bigcommerce blog Child theme cms wordpress wordpress

wordpress remove customize section – child theme

stupid like me want such change 😛

#bookmark #remove #customize #section #wordpress

 

function remove_customize_register() { global $wp_customize; $wp_customize->remove_section( 'colors' ); //Modify this line as needed } add_action( 'customize_register', 'remove_customize_register', 11 );
Categories
bigcommerce blog

bigcommerce stencil sub category

{{#if category.subcategories}}

{{lang 'category.subcategories'}}
{{#each category.subcategories}}
{{name}}
{{/each}}

{{/if}}