Tagged: header, Layer Slider, white space
-
AuthorPosts
-
November 30, 2013 at 5:46 pm #194919
I am having the same problem that this user was having: https://kriesi.at/support/topic/header-height-question/
But adding the code provided in the Custom CSS did not fix the problem. Do you have any suggestions?
This is the code that I used:.fixed_header.social_header #main { padding-top: 80px; } I dropped it down to 5px with no change. Thanks!
- This topic was modified 10 years, 11 months ago by loganwilliamson.
November 30, 2013 at 6:01 pm #194921I would also like to minimize the white space between the slider and the text. Thanks!
November 30, 2013 at 10:31 pm #194947- This reply was modified 10 years, 11 months ago by loganwilliamson.
December 1, 2013 at 6:31 am #194973Hey!
Can you post the link to your website so we can see the issue on live website?
Cheers!
YigitDecember 2, 2013 at 12:22 am #195127This reply has been marked as private.December 2, 2013 at 3:16 am #195157Hi!
What text? You have a title container on the homepage. Do you want to remove that? You can edit the page, look for Layout > Header Settings > choose “Don’t display header”.
Regards,
IsmaelDecember 2, 2013 at 3:58 am #195163The white space between the Layer Slider and the body text: “JP PC was founded… etc.,” Can I decrease that by 1/2?
Also, do you have any idea what might be going on with my Layer Slider? It looks good in the preview – three lines of blue text with an orange border comes out as orange overlapping text with only a top orange border. Grr… Here is what I coded:
Text:
<p style="text-align: center;"> Outsourced <br>General<br>Counsel<br> </p>
Border: 2px solid#ff7700
December 2, 2013 at 5:00 am #195169Hey!
Add this on your custom.css or Quick CSS to decrease the top padding:
.content, .sidebar { padding-top: 10px; padding-bottom: 50px; }
Edit the layer then go to Style tab. Specify the line-height, 40px will do.
Cheers!
IsmaelDecember 2, 2013 at 5:30 am #195180Ok, the padding worked. The line-height worked. The only problem remaining is the font color for the text is set at blue and the font color for the border is set at orange. Everything is orange and the border that is set for top, bottom, left and right is still only showing up as top. Could you help with this? Again, it looks the way that I want it to look in the LayerSlider preview. Thanks! And thanks too your quick response! Much appreciated.
December 2, 2013 at 6:00 am #195194Hey!
Again edit the layers then go to Style panel. Look for Custom style settings, add the CSS there.
Cheers!
IsmaelDecember 2, 2013 at 6:24 am #195197I don’t have a lot of coding experience. I’m trying to use the Style Tab provided within the Layer Slider interface. When I try to change the font color via the Custom Style CSS setting, it does not like what I am entering and throws everything off. My settings are currently thus:
Custom HTML Content: <p style=”text-align: center;”> Outsourced <br>General<br>Counsel<br>
</p>All 4 Borders: 1px solid#ff770
Font: Sans-serif
Size: 40
Color: #3083f0
Line-Height: 40
Thanks for the help!
December 3, 2013 at 1:57 pm #195753Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
#layer_slider_1 .main_color a { color: #3083f0; }
Cheers!
YigitDecember 3, 2013 at 3:37 pm #195797This didn’t work. :/ Any other thoughts?
December 3, 2013 at 3:40 pm #195798I will try and redo the slider because the Styling options are no longer working at all. :/
December 3, 2013 at 7:13 pm #195857Hey!
Sure, let us know how it goes. If it does not help, please create a temporary admin login and post it here privately
Regards,
YigitDecember 4, 2013 at 2:07 am #195931I found that the Layer Slider was not liking the coding I was using to center the text. I centered it by using spaces and dealt with it. All issues resolved. Thanks!
-
AuthorPosts
- The topic ‘Eliminate Space between Header and Layer Slider’ is closed to new replies.