Can anyone help me out with this? Am using Zerif lite.
You need to go into Appearence->Menu and select which static pages/links you want in it. To create a dropdown menu you can add the links as Subitems in the menu list (just drag a little to the right).
Can you please tell how can I reduce the space between “our focus section” and “our team section”.
Actually I removed “about us” section. But there is a large gap coming in between “our focus section” and “our team section”.
Anyway to reduce that?
Thanks in advance
Just add this to your custom CSS page.
}
.about-us {
padding-bottom: 70px;
padding-top: 70px;
}
.about-us .column {
margin-bottom: 2px;
}
Don’t know the name of my team area, but you can find it using inspect element in chrome and firefox.
But it’s not taking any effect. I have changed to
.about-us {
background: #272727;
color: #FFF;
padding-bottom: 60px;
padding-top: 60px;
}
.about-us .row {
margin-left: -15px;
margin-right: -15px;
}
.about-us .big-intro {
text-align: right;
font-family: “Times New Roman”;
font-weight: 300;
font-size: 60px;
line-height: normal;
margin-top: -15px;
}
.about-us .section-header h6 {
color: #FFF;
}
.about-us p {
text-align: left;
color: #939393;
font-size: 14px;
line-height: 25px;
}
.about-us .column {
margin-bottom: 2px;
}
/* ABOUT US */
.big-intro {
text-align: center !important;
}
.about-us .column {
margin-bottom: 2px;
}
.skills {
margin-bottom: 2px !important;
}
This is what i changed from 110px to 60px. But nothing changed. 🙁
Can you please tell me Where did i go wrong?
What did you modify? Did you add that to custom CSS?
I have changed the values of padding-bottom, padding-top and margin-bottom.
Also tried copying the same and inserting in style.css “about section” but nothing seems to work. 🙁
Any other way?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
No, if you’re not comfortable with sharing your site then that is a compromise you will have to accept.