Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #400180

    Hello,

    I seem to have an image centering problem.

    On the desktop browser it is perfect.

    On the iPhone browser it is not centered.

    Is there something I can do about this?

    Thank you

    #400490

    Hey Jasmer!

    Thank you for using Enfold.

    Give the section an id, use “custom-section” for example. Add this to the Quick CSS field to adjust the background position on mobile device:

    @media only screen and (max-width: 767px) {
    #custom-section .av-parallax.avia-full-stretch.active-parallax {
    background-position: center center !important;
    }}

    Regards,
    Ismael

    #401194

    Thanks Ismael. It seems like you are telling me to give the section an ID and name it anything I want. Then put that section name in the code above. But how do I give the section an ID? Where do I create that ID?

    Thank you for your help!

    #401548
    #402497

    Awesome Yigit! I think I need to control the position of the photo left or right. How can I edit that code so I can move it over a few pixels to the left or right?

    Thank you!

    #403501

    Hey!

    just add

    left: 10px;
    

    or

    right: 10px;
    

    to the code.

    Regards,
    Andy

    #403719

    Hey Andy!

    Thanks. I tried that in a few places in the code but it didn’t work. Maybe I’m not coding it correctly. Would you mind showing me?

    Thanks for your time..

    #404271

    Hi!

    You can try something like this

    @media only screen and (max-width: 767px) {
    #custom-section .av-parallax.avia-full-stretch.active-parallax {
    background-position: 50% 20% !important;
    }}

    Refer to this link for more info regarding background-position property: http://www.w3schools.com/cssref/pr_background-position.asp

    Regards,
    Ismael

    #405000

    Thank you Ismael! This solved the issue.

    Much appreciation

    #405558

    Hi!

    Glad we could help :)

    Regards,
    Rikard

    #453012

    Problem solved

    #453107

    Hi!

    let us know in a new ticket, if you need help again related to the theme. We are happy to assist!

    Cheers!
    Andy

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Image Center Problem’ is closed to new replies.