Help with Edin Theme
-
Hi,
I am beginner for web designing. I was trying out a few things with Edin theme. I want to reduce the height of without-featured-image above the featured-page-area. Can anyone help me with this please?
The blog I need help with is: (visible only to logged in users)
-
Hi –
Adding the following CSS to your Customizer will eliminate that extra green spacing.
.hero.without-featured-image {
display: none;
} -
Hi,
Thanks for the reply. But I want to reduce the height (have a thick green line) and not completely remove it.
-
Hi there,
To reduce its heigh, try this CSS code:
.hero.without-featured-image { padding: 120px; }Reduce the padding to your liking.
-
Hi,
I tried it, but does not reduce the height. I even tried –
.hero.without-featured-image {
padding: 0px;
}It did not make any significant difference.
-
Try this instead:
.hero.without-featured-image { display: none; } #masthead { border-bottom-width: 2em; border-bottom-color: #ff00d6; border-bottom-style: solid; }That way the thick line is a part of the masthead. You can specify the color, width, and style as you’d like.
-
-
- The topic ‘Help with Edin Theme’ is closed to new replies.