Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #635071

    Hi there,

    Could you tell me how I can insert a picture with fullwidth (which looks like a fullscreen) on the color section. I read some of the old posts and tried them, yet still no success…

    Thank you

    Hiromi

    #635099

    Hi @hiromixism;
    this topic may help you.

    #635396

    Hi,

    Also, please refer to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/

    @begrafiks
    thanks as always :)

    Best regards,
    Yigit

    #636198

    Thank you, I tried what was said, yet no succeed. I’m using the demo-imported style which has a menu bar on the left side. I wonder if it needs some special custom to show the picture with full width.

    The only way to show the full with picture so far is by the ‘fullscreen slider’ element for this template.
    I know this might be something simple, yet struggling for hours.

    Thank you for your support.

    Sincerely

    Hiromi

    #636777

    Hi,

    It does work fine on my end. Please flush browser cache and refresh your page a few times.
    If that is not what you meant, please post a screenshot and show the changes you would like to make.

    Best regards,
    Yigit

    #638572

    Thank you for the reply. Please check the screenshot. What I want is the image on the first screenshot (as the color section), and the text on teh second one. The first screenshot is taken by using the fullscreen slider.

    Thank you!

    Hiromi

    #639062

    Hi,

    Did you set the color section’s Section Background > Background Repeat to “Stretch to fit”? If this option is enabled, it will set the background size property to “cover”, description here: http://www.w3schools.com/cssref/css3_pr_background-size.asp

    Best regards,
    Ismael

    #639075

    Thank you Ismael,

    I checked ‘stretch to fit’, yet it’s still like this. Only the right side of the picture shows up…

    Hiromi

    #639622

    Hi,

    It displays part of the background image because the background size property is set to “cover”. We can set the background size to 100% but it will distort the image. Are you OK with that?

    Best regards,
    Ismael666

    #639633

    I guess small distortion will be fine., since the image is displayed almost perfectly if I use the fullscreen slider. (picture above)

    Thank you.

    Hiromi

    #639662

    Hi!

    Add this in the Quick CSS field:

    #fwcs {
        background-size: 100% 100% !important;
    }

    If you need to move the position of the background and make the left “flower” more prominent, use this:

    #fwcs {
        background-size: 100% 100% !important;
        background-position: 150px 0px !important;
    }

    Cheers!
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.