Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #889321

    Hello,

    I would like to change the left latéral bar margin on desktop, in order to have it nearer to the leftside.
    How could i do it please with my child theme ?
    Beside I d like to align the logo with my left lateral bar.
    Thanks a lot for tour answer !
    Best regards,
    Clémentine Masson

    #889391

    Hey clemmasson,

    Add this to quick css:

    .inner_sidebar.extralight-border{
    margin-right: 90px!important;
    }

    Best regards,
    Jordan Shannon

    #890024

    Hello Jordan,

    Thanks a lot for your answer, but I weren’t precise enough :
    I’d like to reduce all the width of the left side bar to have it smaller and not only the margin Inside the side-bar.
    And I’d like to have my right content wider.
    Its( a question of balance bethween sidebar and the other content.
    How can I do that ?
    Thans a lot , !

    #890032

    Hey!

    Please go to Enfold theme options > General Layout > Dimensions and adjust the values as needed :)

    Cheers!
    Yigit

    #890038

    Thanks ! but in general layout, I can’t do less than 80/20.
    I’d like to have less : 90/10 or less like 95/05.

    I can’t do that in general Layout.
    thanks a lot !
    Clementine

    #890044

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .container .av-content-small.units {
        width: 90%;
    }
    

    Best regards,
    Yigit

    #890145

    Thanks,
    It’s weird, it hasn’t changed anything in Enfold , general styling, Quick Css….
    I’ll try again….

    #890152

    Hi,

    Have you attempted to hard clear your browser cache? Also be sure to add it to the very top of your custom css so it runs first. If you have errors in any of your other css, then it can prevent it from running.

    Best regards,
    Jordan Shannon

    #890160

    Great, many thanks, it works very well !!

    #890164

    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 start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Lateral bar margin’ is closed to new replies.