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

    Hello.

    I did a lot of changes via quick CSS using Chrome as my main browser. They worked great. However, when I opened the site in FireFox, I see a lot of modifications are not coming up. A few are listed below:

    – Header widget on the top is supposed to shrink (which it does in Safari and Chrome), but it actually increase in size in FireFox. (please see “homepage” in private content.
    – I reduced the space between columns on page 2 (please see “page 2” private content below)

    Any help would be greatly appreciated.

    #972022

    Hey flordelizamejia,

    Thank you for using Enfold.

    1.) Try to specify the width in pixel.

    #header.header-scrolled .widget img {
        width: 75px;
        height: auto;
    }

    2.) And use percentage here.

    #top .av-flex-placeholder {
        width: 2% !important;
    }

    Best regards,
    Ismael

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