Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1274879

    Hello Kriesi Team,
    i use enfold with the main menue in the left sidebar. But the sidebar is too big, the width is more than 20 % even though i choose 80% | 20%.
    Is there any possibility to reduce the width?

    And another Question: can i reduce the space beetween two columns in general or in a specific section?

    best regars
    Manfred

    #1274904

    Hey Manfred,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1274929

    Hey Shannon,

    thank you for feedback, the infos are in the Private Content section,

    best regards
    Manfred

    #1275018

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .html_header_sidebar #top #header {
        width: 250px;
    }
    
    .html_header_left #main {
        margin-left: 250px;
    }

    Best regards,
    Rikard

    #1275024

    Hi Rikard,

    perfect, it works.
    And the other Question: can i reduce the space beetween two columns in general or in a specific section?
    Do you have any idea?

    Best regards,
    Manfred

    #1275175

    Hi Manfred,

    Thanks for the update. I’m not sure which space you are looking to reduce, could you try to explain a bit further, or post a screenshot highlighting your intentions please?

    Best regards,
    Rikard

    #1275202

    Hi Rikard,

    here the screenshot:
    https://www.liedtke-kern.de/download/screenshot_support.jpg

    best regards
    Manfred

    #1275366

    Hi,

    Thanks for the screenshot. Please try this CSS as well:

    .home #av-layout-grid-3 .av_one_third {
        margin-left: 20px;
        width: 40%;
    }

    Best regards,
    Rikard

    #1275426

    Hi Rikard,

    thank you, it works – unfortunately i dont know how.

    Therefore i did not succeed in adapting it to the <989px design.
    I tried:
    .home #av-layout-grid-4 .av_one_half {
    margin-left: 20px;
    width: 40%;
    but that did not change anything

    best regards
    Manfred

    #1275773

    Hi Manfred,

    Thanks for the update. What exactly are you looking to adjust below 990 pixels?

    Best regards,
    Rikard

    #1276901

    Hi Rikard,

    thank you for feedback,
    my question was obsolet, its a different element and i could solve it on my own.

    And thank you for your support, I really appreciate that!

    best regards
    Manfred

    #1277115

    Hi,

    Great, I’m glad that you found a solution and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.