Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #508593

    Hi,

    First of all – thank you for an amazing theme! ;)

    I can’t get the footer to show properly in mobile portrait mode though. It’s not browser related I think, because it’s the same error in both Firefox and Chrome.

    Try to take a look at http://intuitivmentor.dk/en via your mobile in portrait mode.
    ( or see a screenshot here: http://intuitivmentor.dk/en/wp-content/uploads/2015/09/unnamed.png )

    The problem is only on the front page. On all subpages, the footer is showing properly.

    #508624

    Hey AiConcept!

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

    @media only screen and (max-width: 767px) {
    #footer .flex_column { 
    width: 100% !important; 
    margin-left: 0 !important; 
    }}

    Regards,
    Yigit

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