Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #190307

    Hello, I’m using the left column option for the sidebar and I need to decrease the width, is it possible to do it via css?

    My other issue is text alignment. I want the side bar text to align to the left, I added:
    .sidebar_left.sidebar {
    text-align: left;
    }

    And it does not change.

    Any help is appreciated.

    Jorge.

    #190367

    Hi Jorge!

    You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    @media only screen and (min-width: 1340px) {
    .responsive_large .container .nine.units {
    width: 950px;
    }}
    .widget { text-align: left; }

    Cheers!
    Yigit

    #190716

    Hi Yigit, I added the code and it does not work. Do you think it could be an issue with the quick CSS? I’m using a child theme.

    #190718

    Hi!

    Can you try adding it to Style.css file of child theme in Appearance > Editor and check if code is being applied?

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to reduce left column width?’ is closed to new replies.