I’m building a website with a stretch layout and I want an image in the top of the page. Advanced slider would be one option, but are there any other options to display an image with a 100% width in all devices? What is the optimal image width in pixel for the image and is there a option to set it to 100%? Or is a advanced slider the best option due the possebilities of options to get a 100% width?
Hi Effektid!
Kriesi uses background images in 1700x470px on Enfold demo site. It should work fine for your 100% width images
Best regards,
Yigit
OK, but if I just use an image I don’t get the image wide, I guess I have to place it in a slider then?
Hey!
You can add a Color section element with a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add your image inside that color section and then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-custom-id .container { width: 100%; margin: 0; }
Best regards,
Yigit
Hi!
Please add following code to Quick CSS
#topimagewide .container {
width: 100%;
}
Best regards,
Yigit
No, still not working!?
Hi!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
Yigit
Hi!
Please try adding the code to custom.css file in Enfold/css folder
#topimagewide .container { width: 100% !important; margin: 0 !important; }
Cheers!
Yigit
OK, I try later! Thanks so far!