-
AuthorPosts
-
June 18, 2020 at 4:49 pm #1223800
Hello supporters,
tried everything to get the Slide-show running with full-width activation, but we have a gap on the left side of the screen, which is not dissapearing, no matter what we do. Do you have any suggestions for us ?Thank you and KRs Bernd
June 19, 2020 at 7:14 am #1223962Hey bdeuwe,
Thanks for the screenshot, where can we see the actual element on your site?
Best regards,
RikardJune 19, 2020 at 10:22 am #1224006Hi Rikard,
thank you so much for your help. Yes of course can you see that problem on our site. Sorry, for not sending the link before.
Have put the link in the second field below.Thank you, Bernd
June 20, 2020 at 4:53 am #1224217Hi Bernd,
Thanks for that. This CSS seems to be part of the problem:
ul { font-family: "DIN Pro Light", Arial, sans-serif !important; font-size: 16px !important; line-height: 1.4; padding: 0px 0px 0px 0px !important; margin: 0px 0px 0px 8px !important; color: #000000 !important; }
I can’t see where it’s coming from though since the inspector doesn’t list a file for it. Could you try to locate and remove or alter that CSS to see if that helps please?
Best regards,
Rikard- This reply was modified 4 years, 5 months ago by Rikard.
June 20, 2020 at 11:25 am #1224254Hi Rikard,
thank you very much … i also dont know why, but the ol, ul definitions caused that problem somehow. I just deleted the ol, ul coded from the Enfold CSS now. Now the gap is gone which is fine … Unfortunately another problem came up, which to my opinion should not have anything to do with it, but it does ;-) … the height of the #header_meta (30px) … the space above the navigation is too high … and i cannot find the right “definition name” to give it another height or just hide it … Can you give me a helpin hand ? … should be easy :-)Thank you very very much ! Bernd
June 21, 2020 at 6:22 am #1224364Hi Bernd,
Thanks for the update. So you want to hide the header_meta element? If so then please try this in Quick CSS:
#header_meta { display: none; }
Best regards,
RikardJune 22, 2020 at 8:48 am #1224509Hi Rikard,
thank you very much … that works for us. Last question … how can i just give the header_meta a certain height instead of hiding it ?
Best, BerndJune 23, 2020 at 4:30 am #1224763Hi Bernd,
Please try this CSS instead if you want to keep it visible and give it a height value:
#header_meta { height: 10px; min-height: 10px; }
Best regards,
RikardJune 23, 2020 at 9:00 am #1224780Hi Rikard,
thank you so much for your support … working superb now !Best regards, Bernd (Closed)
June 24, 2020 at 3:38 am #1224994 -
AuthorPosts
- The topic ‘Enfold-Theme: Using Slide-show full width, but gap on the left side’ is closed to new replies.