New Topic

Entry Content Pages In Firefox Different With Other Browers

Home › Forum › Help › Entry Content Pages In Firefox Different With Other Browers

This topic contains 7 replies, has 2 voices, and was last updated by  StartupWP 4 years, 12 months ago.

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

    uendi
    Participant

    Hi

    I have noticed that my entry content pages in firefox (Pages like id 143, 565, 992, 996, 2465 and etc) are floating in the left but all other browers are floating correctly in the right. I have gone through everything but still unable to get the answer. Is it possible to get from your advise ?

    Thanks.

    #1514

    StartupWP
    Keymaster

    Looks like you’ve overridden those page’s content areas with the following style:

    .page-id-143 #content {
      margin-right: -5px;
    }

    Updating to the following fixed the problem:

    .page-id-143 #content {
      float: left;
      margin-right: -5px;
    }
    #1516

    uendi
    Participant

    May be you have misunderstanding what I mean, page-id-143 shows in firefox http://prntscr.com/33a6m4 is not correct and I want to move the entry content to float on the right but I am unable to do so. However, in google, opera, safari and other browers, it really float on the right http://prntscr.com/33a77o and that is what I want.

    Under dashboard > pages > all pages, I have chosen page-id-143 as sidebar left template, but I do not know why it can’t float on the right in firefox brower.

    Thanks.

    #1517

    StartupWP
    Keymaster

    Try:

    .page-template-templatestemplate-sidebar-left-php #content {
      width: 40%;
    }
    #1518

    uendi
    Participant

    Thank you as it works in firefox for page-id-143, but for other browers like chrome, opera, safari and IE it floats further to the right.
    Besides, for the rest of the pages like id 565, 992, 996, 2465, 2499 & 2841 in all browers are not working at all.

    Thanks.

    #1521

    StartupWP
    Keymaster

    This is likely a conflict with previous custom CSS you’ve added. Can you share in a reply and CSS you’ve added for the #content or #sidebar areas or that may otherwise effect them?

    #1542

    uendi
    Participant

    I have resolved it as may be I have overridden the code.

    Anyway, thank you very much.

    #1543

    StartupWP
    Keymaster

    Good to hear.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.