Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #296019

    Hi our site is nearly finished. But now there seems to be image size issues in firefox. If we resizing the firefox browser it becomes a mess.

    #296520

    Hello,

    I doubt people use their browser resized but have you tried disabling all third-party plugins to see if it gets fixed?

    Regards,
    Josue

    #296591

    sorry i don’t know what you mean? This is a responsive site, it is meant to resize? We test the site at different widths so we know it will look good on most mobile devices. At this point anyone using firefox on their mobile device will have a terrible experience.

    We don’t have any 3rd party plugins, except buddypress. We disabled it but there is still no change.

    #296642

    The issue might not be on our side with this, hopefully you could tag someone in this, we have 3 content blocks on a colour section. The colour section is set to 100% of the browser so the content will ” Content within the section will be centered vertically within the section”.

    The parent container is set to “display: table” and the content blocks are set to “display: table-cells”, disabling the display table and tables cells sorts out the resizing issue in firefox, but then the content is not centered vertically any more in the colour section, it moves up near the menu.

    We are investigating the use of position: relative and specifying a top: 50% property.

    What do you advise?

    #296968

    Hey!

    I advise disabling that custom CSS when the screen gets to 767px via media query, something like:

    @media only screen and (max-width: 767px) {
        .avia-section.av-minimum-height .container .content{
            display: block !important;
        }
    }

    Regards,
    Josue

    #297196

    Ok i will test this and get back to you here with the results. Thank you for your help so far :)

    #297330

    Ok, hope it does the trick :)

    #301261

    Hi Josh please can you look at this thread, this is where i am dealing with this now, https://kriesi.at/support/topic/styling-and-positioning-issues-in-firefox/#post-301244

    We have now taken off all of our own styling and css, it is only the enfold theme now and our pictures and the problem is still there, i hope we can resolve this as we need to send the site to the client tomorrow and this is the last problem.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Image size, content display issues in firefox.’ is closed to new replies.