Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #235844

    Hi,

    I’m trying to insert a 1130px X 500px image on the homepage under the menu but the height is only 450px. The website is alloplombier.lu.
    Also I would like to decrease the space between that image and the H1 heading (just for the homepage).

    How can I please achieve these 2 things? I haven’t updated to 2.6 as I’ve read there are some issues.

    Thank you!

    #236039

    Hi costin!

    Edit the color section then add a unique id on the developer’s field. Add “awesome-section” for example. Use this on Quick CSS to adjust the height:

    #awesome-section {
    min-height: 500px;
    }

    Use this to decrease the top padding:

    .page-id-77 .content {
    padding-top: 0;
    }

    Cheers!
    Ismael

    #236262

    Hi Ismael,

    Thank you very much for the code. I’ve followed your instructions but unfortunately something it’s not good as the homepage looks the same.
    Could you please take a look, maybe I’ve missed something…

    Thanks again,
    Costin

    #237375

    Hi!

    You have that first color section to take up 100% of the visible window space. The image is also set to no-repeat and center center which means it will *not* stretch to fit the space. You need to change the image settings to how you want the image in the background to behave.

    Best regards,
    Devin

    #238687

    Hi,

    Well, I have updated to Enfold latest version and things might have changed now…
    Please check here http://awesomescreenshot.com/0212i487c0 my present settings and let me know what I have to change to make it work as in to be 500px in height. Also note that the image is not responsive on mobile, I should fix this also.

    Many thanks!

    #240622

    Hi,

    Any ideas or tips please?

    Thank you!

    #241359

    Hey!

    It looks like the layout is acting correctly though it has changed from the original if I’m not mistaken. Are there any issues with the settings and how you want it to look now?

    Regards,
    Devin

    #243261

    Hi,

    Following Kriesi’s advice I’ve used the full width easy slider and that helped me achieve what I was looking for.

    Thank you,
    Costin

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Homepage image’ is closed to new replies.