Sunday, April 16, 2017

Reduce Header Size Shop Isle wordpress Theme


In the "big title section" shop isle theme set the section height 1780 px. You can reduce this size manually.
Go to Wp-content > Themes > assets > css > style.css
Line No. 2436 >
.home-section  {
    position: relative;
    z-index: 0;
    width: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
insert this code in .home section properties.
max-height:455px;  ( or what you need)
Now code look alike :

.home-section  {
    position: relative;
    z-index: 0;
    width: 100%;
    max-height:455px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
😀

No comments:

Post a Comment

How to download High resolution Photo from Getty Images !! very easy

1.Find image you want to download from getty images. 2. At the image click on </embed> button A new popup window,ll appear with im...