• Hello,

    Can anyone help me with fixing this issue, please? Thank you so much.

    If you look at the page, it comes with a sidebar where galleries are displayed there. You can see the widget is too wide, I want to shrink the width of the widget so that it is about 420px (picture in the galleries is tailored to the width of 400px).

    Thank you.

    • This topic was modified 6 years, 4 months ago by mdivk.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    In your theme’s style.css (enigma-premium), look for this rule:

    .col-md-4 {
        width: 33.33333333%; }

    Reduce the width percentage to you like

    Thread Starter mdivk

    (@mdivk)

    Thank you so much for your quick reply, how do I now reduce the margin/padding to the right?

    Moderator t-p

    (@t-p)

    Play with the css of your theme.

    There are many tools available for this kind of CSS work, for example:
    – Newer Firefox, IE, Chrome, etc., all have developer Tools
    – dedicated CSS resource such as http://www.css-discuss.org/

    Consider creating a child theme otherwise all your customization will be overwritten when you next update your theme.

    Alternately:
    – If your theme has a custom CSS option, use that to add the CSS.
    – If you are using WordPress 4.7+, use the “Additional CSS” option in the customizer.
    – If not, install the plugin Simple Custom CSS

    Thread Starter mdivk

    (@mdivk)

    Thank you for your valuable advice, I have been playing with the css all the time. Here is the customized css:

    .container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
       max-width: 1800px;
    margin-left: 0px;
    }

    Still not working.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I adjust the widget size in the sidebar’ is closed to new replies.