Tagged: spacing
Hi guys,
first of all, thank you so much for this fantastic theme. I recently set up a web page, the link is below.
There are a few things that I’d like to change:
1. Header:
When scrolling down, there’s a short transparency showing up before the header shrinks down, can I remove that? It should show up solid white, so that the logo and navigation doesn’t disappear above the photo background. I have put a whitespace separator above the main container in the backend because otherwise there wouldn’t be a white menu bar at all. (I’ve sent screenshots with it.)
2. Spacing of text elements:
When using text blocks and icon lists or even text blocks with bullet points in 1/2 & 1/2 columns, the text block is lower than the other one or vice versa. How can I set them to the same starting height?
3. Disappearing letters:
As seen in the contact form screenshot, the lower end of the letter “g” is cut. Is there a way to solve this?
Thank you so much!
Hey UNID2017,
1. To fix the header transparency issue while scrolling the page
#top #header_main {
background: #FFF!important;
}
2. Please wrap the list on the right side in a paragraph element p to give it a little margin on the top to give it same spacing on the top as the left column.
3. To fix the text Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .av_iconlist_title a {
text-decoration: none;
word-wrap: break-word;
line-height: 1.25em;
}
Best regards,
Vinay