Formatting Questions

Hi,
I have a couple of questions concerning the formatting in the illdy theme:

  1. Is it possible to move the Entry text on the Jumbotron page so that it is further down the page? I have tried putting <br> codes in and but this just move the Title higher and Entry lower making the Jumbotron larger.
  2. Is it possible to make the Blog Archive Header Image area smaller?
  3. When I add an image to the Blog Archive Header Image in the specified size (1920x532) it gets cropped to a much smaller part of the image as shown in the attached.

Many thanks
James

Hello,

I’m stuck with the same issues (nr. 2 & 3 in the above post). Is it possible to make the Blog Archive Header Image area smaller in height?

Thank you!!

Lotte

I successfully made the blog archive header image area smaller thanks to some code that Support gave me in another topic:

#header .bottom-header.blog {
padding: 30px 0;
}

(adjust the padding to your liking)

Hope it works for others as well!