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;
}
😀
Subscribe to:
Post Comments (Atom)
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...
-
An unexpected Shutdown of system or program may cause this error specially with portable apps. Go to portable app folder >> Da...
-
Adobe illustrator CS6 Please Uninstall/re-install application Error Code1 Solution: Simply go to Portable Illustrator's folder...
-
What is Greenshot? Greenshot is a light-weight screenshot software tool for Windows with the following key features: 1. Quickly create ...
No comments:
Post a Comment