-
AuthorPosts
-
January 9, 2020 at 7:38 pm #1171925
Hey Support-Team!
The title says it all. I am using the left sidebar as menubar, but I want to get rid of all that lines (see scrrenshot here):
https://free-picload.com/image/117AP
How could I do this?2. Is there a way to adjust the width oft the sidebar?
3. As you can see, the Social Media Icons can not be seen, is there a bug? I am running newest WordPress Version.
Thanx in advance!
- This topic was modified 4 years, 10 months ago by tribaleye13. Reason: Edited Picture Link
January 9, 2020 at 10:31 pm #1171983Hey tribaleye13,
Please have a look at the following thread for the social icons fix:
https://kriesi.at/support/topic/missing-icons-after-updating-to-wordpress-5-3-1-and-maintenance-releases/The width of the sidebar can be changed in the Theme options:
If you need further assistance please let us know.
Best regards,
VictoriaJanuary 9, 2020 at 10:35 pm #1171989Thank you, but what about the lines? You missed my main question. 😉
January 10, 2020 at 12:37 am #1172033Hi,
Can you provide a link to the site/page in question.
Best regards,
Jordan ShannonJanuary 10, 2020 at 1:08 am #1172035Hey Jordan,
first thing: shame on me. I found the colour-option to change the colour of the lines – and so I got rid of them.1. BUT: one line is still there, that I want to eleminate, too. The very thin one between the Sidebar and the Main Content.
2. Even worse: I can’t change anything within the Sidebar. I can’t change the ratio between Sidebar and Main Content for example – it just doesn’t do anything. Furthermore I’d like to center the text of the Menu and can’t figure out how to. There are just options for left and right, but even they don’t work – the Menu Text sticks to the left all the time.
3. And one more thing: I uploaded two fonts. The Font Nexa Bold should diplay my Menu Items in the Sidebar. This works in Edge, but doesn’t work in Chrome. I’ve deleted my Chrome cache, tried it in Incognito Mode – neither has worked. Edge is always fine. In Chrome the font Roboto is displayed.
Something really strange seems to be going on. and before I invest more of my sleeptime into debugging, I’ll let the experts do the work. In the private content you find the login to my site.
January 10, 2020 at 2:17 pm #1172162Hi,
1- I added following code to Quick CSS in Enfold theme options > General Styling
.html_header_left #main { border: none; }
2- I added following code to Quick CSS
#top #header .av-main-nav > li > a { text-align: center; }
3- I converted your custom font using this website – https://transfonter.org/ and re-uploaded it. Please review your website.
Best regards,
YigitJanuary 10, 2020 at 2:35 pm #1172181Yigit, you did magic, thank you!!
Unfortunately one thing still remains: I can’t change the Content/Sidebar-Ratio, like Victoria suggested me earlier in this post. Just nothing happens when I change the ratio to whatever. Have a clue on this one, too?And: Now as you eliminated the borderline between Sidebar and Content: What would be the CSS code to have a gentle shadow there instead of a 1px wide line?
- This reply was modified 4 years, 10 months ago by tribaleye13.
January 10, 2020 at 2:41 pm #1172185Hi,
Would you like to change the width of side header? If so, please add following code to Quick CSS as well
.html_header_sidebar #top #header { width: 250px; } .html_header_left #main { margin-left: 250px; }
Best regards,
YigitJanuary 10, 2020 at 2:46 pm #1172191Ok, you’ve been quicker responding than me editing my prior post ;-) Thank you. The Code works fine – but why can’t I adjust this into the normal Options and need to use a CSS Code instead? Is there something wrong with me theme?
And: Now as you eliminated the borderline between Sidebar and Content: What would be the CSS code to have a gentle shadow there instead of a 1px wide line?January 10, 2020 at 3:02 pm #1172202Hey,
No, there is nothing wrong with your theme. We simply have not added such option as it is not frequently requested so current solution is using custom CSS code :)
Yes, please try adding following code to Quick CSS field and adjust as needed
.html_header_left #header { box-shadow: 1px 1px 10px 1px #ccc; }
Cheers!
YigitJanuary 10, 2020 at 3:05 pm #1172206Thanx for the code!
And please correct me if I’m wrong, but isn’t that the option I meant? Your colleague Victoria suggested it.
(Content/Sidebar Ration)- This reply was modified 4 years, 10 months ago by tribaleye13.
January 10, 2020 at 3:15 pm #1172210Hey!
Sorry for the confusion! It adjusts the sidebar and content ratio, not the ratio of side header and content.
If you have sidebar on any of your pages, you can see the results there but it does not adjust side header :)
Best regards,
YigitJanuary 10, 2020 at 3:17 pm #1172215January 10, 2020 at 3:30 pm #1172221January 10, 2020 at 3:31 pm #1172223Yeah, please! ;-)
January 10, 2020 at 3:33 pm #1172225 -
AuthorPosts
- The topic ‘How to get rid of the line/frame/border between Sidebar Menu und Main Frame’ is closed to new replies.