Tagged: ,

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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
    #1171983

    Hey 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:
    Image 2020-01-09 at 22.31.35.png

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1171989

    Thank you, but what about the lines? You missed my main question. 😉

    #1172033

    Hi,

    Can you provide a link to the site/page in question.

    Best regards,
    Jordan Shannon

    #1172035

    Hey 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.

    #1172162

    Hi,

    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,
    Yigit

    #1172181

    Yigit, 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.
    #1172185

    Hi,

    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,
    Yigit

    #1172191

    Ok, 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?

    #1172202

    Hey,

    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!
    Yigit

    #1172206

    Thanx for the code!
    And please correct me if I’m wrong, but isn’t that the option I meant? Your colleague Victoria suggested it.
    Image 2020-01-09 at 22.31.35.png
    (Content/Sidebar Ration)

    • This reply was modified 4 years, 10 months ago by tribaleye13.
    #1172210

    Hey!

    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,
    Yigit

    #1172215

    🤦‍♂️

    #1172221

    Hi,

    Should we take “🤦‍♂️” as “resolved”? :)

    Regards,
    Yigit

    #1172223

    Yeah, please! ;-)

    #1172225

    Hi!

    Great! Let us know if you have any other questions or issues and enjoy the rest of your day :)

    Regards,
    Yigit

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘How to get rid of the line/frame/border between Sidebar Menu und Main Frame’ is closed to new replies.