[HELP] A few problems to slove with Illdy

Hi there,

I’m quite new to WP but I absolutely love the Illdy theme which I’m trying to adjust to my website. I have a few problems and hope to get some advice how to solve them here :slight_smile:

  1. How can I change the size of Jumbotrone pic? I want it to be shorter than it is right now.

  2. Is there any chance to increase the spacing in one section? What I want to achieve here is to get bigger spot between the last line of the text in one section and the beginning of the other one :slight_smile:

  3. Is that possible to delete the percentage bars with their descriptions in About section? Neet to get rid of this one.

  4. Is there a way to change the size of pics in Projects from 360x360 to 720x360 so that just two pics fits the width of the website?

Any help will be much appreciated :slight_smile:

Hi,

  1. You can change a little bit height adjustment by go to Appearance -> Customize -> Additional CSS and add this CSS Snippet in it,
#header .bottom-header {
    padding-bottom: 180px;
    padding-top: 140px;
}

By altering the bottom and top paddings, the default would be 280px & 240px respectively. You can alter it according to your needs.

  1. Can you show us the website and which section you need more space? With a screenshot probably.
  2. Use this CSS

#about .section-content { display: none; }

  1. Use this Custom CSS,

.home .widget_illdy_project { width: 50%; }

Let us know,

Thanks,
laranz.