• Resolved bayouboogaloo

    (@bayouboogaloo)


    Anders,

    Thank you for ressurecting the Hemingway theme. I’ve recently ditched self-managing my sites and testing locally w/ programs like MAMP. Its been several years since working with the PHP and CSS–regardless, I am still a novice.

    One of my questions regarding width of main content (adjusting to screen size) I believe I saw in this support thread. Some other questions will be very basic.

    I need to reduce the margin/padding within a widget element (strong testimonials) I am using in the right sidebar. Can this be addressed w/ your stylesheet, custom CSS entry for the page, or do I need to go to Strong Testimonials designer?

    I’ll post my other qeustions indvidually for ease of addressing and resolution.

    CL

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi CL,

    Install a custom CSS plugin, check what unique class the widget in question has and add the following code in the plugin code editor:

    .widget_X {
       padding-bottom: XXpx;
       margin-bottom: XXpx;
    }

    The standard bottom margin/padding in Hemingway is 15%. Adjust it to your liking.

    – Anders

    Thread Starter bayouboogaloo

    (@bayouboogaloo)

    Thanks Anders–will give a shot.

    CL

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar Question’ is closed to new replies.