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

    Hi,

    to reduce the height of my footer I followed Yigits advice in an thread

    @media only screen
    and (min-height : 1200px) {
    .entry-content-wrapper { min-height: 875px; }
    }
    @media only screen
    and (min-height : 1250px) {
    .entry-content-wrapper { min-height: 925px; }
    }

    in quick CSS.

    Actually I want to fix the max height and not min-hight. Can I just change min-height to max-height??

    But I guess the google maps widget causes another problem. If i adjust the height to 80% the widget is not shown. If I leave it empty my footer is to high because of the padding of the google maps widget. How can I change that, so that there is only a tiny border around the google maps widget?

    Thanks in advance
    Thina

    #499292

    Hey Thina!

    Can you please post the link to your website and a screenshots showing the changes you would like to make?
    Custom CSS code above is to limit contents height to certain pixel value. It does not sound like that is what you would like to do :)

    Best regards,
    Yigit

    #499512

    Hi Yigit,

    ohhh, I just found out what I did, that was not what I wanted
    I wanted to restrict the footer height, so that there ist just a tiny line above and underneath the google map.
    Sorry I do not know how to post a screenshot but you find the link to my site in the Private Content.

    Best regards
    Thina

    #499577

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .widget {
        margin: 0;
    }

    Best regards,
    Yigit

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