• Resolved rweiser

    (@rweiser)


    Hello,

    The featured image on my homepage automatically selects a size according to the content I put in there. Is there any way I can select the dimensions? I would like it to be less squared and more wider so the whole photo shows up.

    Thank you

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

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Taras Dashkevych

    (@taskotr)

    Hello Roberto,

    The height of the Jumbotron section is dynamic, meaning it changes its height based on the height of the content area. I would not recommend to set a fixed height for this section because it will cause styling issues in smaller screens.

    So, to change a height, you can reduce some top and bottom paddings:

    
    .home .jumbotron-header {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    

    Also, please remove empty p tags (spaces) from the content area of your page in Dashboard.

    Best,
    Taras

    Thread Starter rweiser

    (@rweiser)

    Thanks Taras! This CSS did exactly what I needed

    Theme Author Taras Dashkevych

    (@taskotr)

    You are welcome Roberto! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom image size’ is closed to new replies.