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.
- AuthorPosts
- March 22, 2014 at 3:38 AM #1513
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.
March 22, 2014 at 8:47 AM #1514Looks 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; }
March 22, 2014 at 8:32 PM #1516May 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.
March 23, 2014 at 10:49 AM #1517Try:
.page-template-templatestemplate-sidebar-left-php #content { width: 40%; }
March 23, 2014 at 5:36 PM #1518Thank 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.
March 25, 2014 at 7:28 AM #1521This 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?
April 2, 2014 at 4:27 AM #1542I have resolved it as may be I have overridden the code.
Anyway, thank you very much.
April 2, 2014 at 8:27 AM #1543Good to hear.
- AuthorPosts
You must be logged in to reply to this topic.