Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #753136

    Hello,

    Love the Enfold theme – I use it for all my websites!

    I have a question about a photo placement on the bottom of a section. On the desktop view, the photo in the middle section nicely lays on top of the section with a diagonal section border. See here: http://colinmcgarty.com/wp-content/uploads/2017/02/Screen-Shot-2017-02-28-at-11.20.44-AM.png

    On mobile, the image is floating above the bottom with a significant space appearing. See here: http://colinmcgarty.com/wp-content/uploads/2017/02/IMG_6271.png

    How can I eliminate that space in mobile so it looks like the desktop view. I’d like the image in mobile to rest at the bottom of the section like it does on the desktop view.

    Can you help?

    Thank you.

    #753229

    Hey KellyKilgallon,

    Try adding this to quick css:

    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all .flex_column{
    margin-bottom:0px !important;
    }
    }

    If this does not work for you please provide me with admin access so I can log in and take a closer look.

    Best regards,
    Jordan Shannon

    #753233

    Excellent!!! Thank you, Jordan. It worked beautifully. HUGS : )

    #753245

    Great! I am glad that we were able to able to help. If you need anything else please let us know.

    Best regards,
    Jordan Shannon

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