• Hi guys,

    new to wordpress. On every page, there is a huge gap between images and text, like about 3-4 lines worth. I want to shink that to at least one line spacing. Have a look at my website to see what I mean – [ redundant link removed ]. I am using the Crowley theme and looked everywhere on the web to see how I can change this but I cant see a solution. Anyone out there can help? Cheers

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello danikbates,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .crowley-c {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .crowley-widgetarea_w-i {
        padding-top: 0px !important;
    }
    .hentry {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .hentry.crowley-highlight {
        padding-bottom: 0px !important;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter danikbates

    (@danikbates)

    Hey there, thanks for replying, I tried adding this to the additional CSS but nothing is happening. Not sure what I am doing wrong 🙁

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Reducing line spacing using Crowley Theme’ is closed to new replies.