Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #535503

    Hi there,

    Slightly older browser, but a footer layout issue showing up.

    Just to mention: I did get some Quick CSS code from you, which works a treat everywhere else:

    —————————–

    #footer .flex_column:nth-child(5) {
    width: 100%;
    margin: 0;
    color: #395a74;
    }
    #footer .flex_column {
    width: 20%;
    }

    #footer .flex_column:nth-child(5) {
    font-size: 11px;
    line-height: 11px;
    }

    .footer_color { background-size: cover; }

    —————————–

    Thank you :-) Steve

    #535852

    Apologies – I forgot to mention that the browser in question is IE 11
    Sorry about that!

    Any clues..?
    Steve :-)

    #537051

    Hi!

    Thank you for using Enfold and we’re very sorry for the delay.

    I checked the site on IE11 but I didn’t find the issue described in the screenshot. Did you remove the text?

    Best regards,
    Ismael

    #537180

    Hi there,

    My mistake Ismael – it was IE8.

    Please check again, and apologies!
    Steve

    #541394

    Hey!

    Please add this in the Quick CSS field in order to fix the 5th column:

    footer .flex_column:nth-child(5), #text-6 {
      width: 100%;
    	color: #395a74;
    	font-size: 10px;
    	line-height: 15px;
    	margin: 0;
    }

    I haven’t figure out the background though. If you can provide the login details, we’ll try to fix it. Note that the theme is compatible with IE8 but don’t expect the site to display perfectly on this browser.

    Best regards,
    Ismael

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