Home Forums WordPress Themes – Premium Encase Pro Responsive footer Encase Pro

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38979
    Joke van der Kraan
    Participant

    Hi,

    The footer seems to look strange in my site when viewed on a mobile.
    http://www.vierhetlevenfotografie.nl/
    The footer columns do move one above the other, but are restricted to 30% width, making them very narrow and almost unusable.
    If I look at the code through the inspector it seems to be getting its style from the standard css files, not from anything I’ve changed (responsive.css from parent theme).
    Thanks in advance,
    Dave

    #39067
    Bidur
    Moderator

    Hi,
    Insert following code in responsive.css inside
    @media only screen and (max-width: 480px) {

    .columns.columns-two .column, .columns.columns-three .column, .columns.columns-four .column {
    width: 30%;
    }

    If you find it problem to do this please send us your site detail in mail [email protected]. And If you need further help please contact us.

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