Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #664012

    Hello,

    I’m trying to develop a website for my wife and I’m getting stuck in getting the right distance between some elements.

    In this case it’s about the space between the sidebar and the content element on pages…

    In the image below, you can see that there the content element is aligning in a strange way…
    I need it to be at 24px of the sidebar and not aligning out of the box as it does now…

    image

    Can you guys help me out here?

    Thanks,

    Marco

    #664020

    Hi Marco!

    I am not clear on the changes you you would like to make, can you please elaborate or point it out?

    Best regards,
    Yigit

    #664025

    Hello Yigit,

    It’s about the red content part…

    I want it to be closter to the sidebar, difference must be 24px, but it’s more now. And I can’t figure out where I have to change this in CSS

    Ans with that change, I hope that the right end of the content part will also be placed within the width of the website, as now it’s outside of the borders of the website…

    Thanks,

    Marco

    #664033

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .sidebar_left .content {
        margin-right: -25px;
    }

    Best regards,
    Yigit

    #664041

    OK, that solved the first part of the problem, THANKS for that!

    But now a part of the content block still remains outside the borders of the template:

    image 2

    How do I get that straightened out?

    Thanks,

    Marco

    • This reply was modified 7 years, 9 months ago by babynatura.
    #664046

    Hey!

    Please try changing the code to following one

    .sidebar_left .content {
        margin-right: 0;
        padding-right: 0;
    }

    Cheers!
    Yigit

    #664059

    THANKS!!! Yigit…

    Completely solved now, thanks again!

    Cheers,

    Marco

    #664060

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Problem getting things sorted between the sidebar and the content unit’ is closed to new replies.