-
AuthorPosts
-
September 16, 2014 at 1:56 pm #319831
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?
September 16, 2014 at 2:02 pm #319841Hi Effektid!
Kriesi uses background images in 1700x470px on Enfold demo site. It should work fine for your 100% width images
Best regards,
YigitSeptember 16, 2014 at 2:07 pm #319848OK, 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?
September 16, 2014 at 2:12 pm #319854Hey!
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,
YigitSeptember 16, 2014 at 3:25 pm #319915This reply has been marked as private.September 16, 2014 at 3:26 pm #319917Hi!
Please add following code to Quick CSS
#topimagewide .container { width: 100%; }Best regards,
YigitSeptember 16, 2014 at 3:32 pm #319921No, still not working!?
September 16, 2014 at 3:40 pm #319932Hi!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
YigitSeptember 16, 2014 at 3:51 pm #319943This reply has been marked as private.September 16, 2014 at 3:58 pm #319950Hi!
Please try adding the code to custom.css file in Enfold/css folder
#topimagewide .container { width: 100% !important; margin: 0 !important; }Cheers!
YigitSeptember 16, 2014 at 4:06 pm #319960OK, I try later! Thanks so far!
September 16, 2014 at 4:15 pm #319971 -
AuthorPosts
- You must be logged in to reply to this topic.
