Entry Content Pages In Firefox Different With Other Browers
- This topic has 7 replies, 2 voices, and was last updated 11 years, 11 months ago by
StartupWP.
- AuthorPosts
- March 22, 2014 at 8:47 AM #1514
StartupWP
KeymasterLooks 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 #1516uendi
ParticipantMay 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 #1517StartupWP
KeymasterTry:
.page-template-templatestemplate-sidebar-left-php #content { width: 40%; }March 23, 2014 at 5:36 PM #1518uendi
ParticipantThank 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 #1521StartupWP
KeymasterThis 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 #1542uendi
ParticipantI have resolved it as may be I have overridden the code.
Anyway, thank you very much.
April 2, 2014 at 8:27 AM #1543StartupWP
KeymasterGood to hear.
- AuthorPosts
- You must be logged in to reply to this topic.
