Tagged: x
-
AuthorPosts
-
March 10, 2017 at 5:55 pm #1402465
Hi,
I created a top gutter navigation to appear next to the social icons on Integrity Light theme.
I have custom css to make the menu items I added there float right against the social icons. it displays properly on the home page and blog main page, but on all other pages all the links and social icons are centering.
I want them to stay right justified on all pages, and then responsively center when browser size gets too small (i.e. tablet), which is how the homepage works.
Thanks!
March 10, 2017 at 5:56 pm #1402466This reply has been marked as private.March 11, 2017 at 1:32 am #1402817Hi there,
Please see the attachment, they appears fine on my end. it could be caching issue, please clear cache and check again.
Hope it helps.
March 23, 2017 at 12:51 pm #1417998Hi, sorry I was out of town without internet for a week.
As you see in the screenshot you posted, depending on the size of your screen, the top gutter nav is centering or it’s floating to the left on most subpages and posts. I want it to stay floating to the right, like it does on the homepage. Thanks!!
March 23, 2017 at 3:24 pm #1418159Hi Jaime,
Please update this code:
.x-topbar-inner.x-container.max { max-width: 600px; width: 100%; }
to
.x-topbar-inner.x-container.max { max-width: 600px !important; width: 100% !important; }
Hope this helps.
March 23, 2017 at 6:23 pm #1418335funny when it’s such an easy fix!! Thank you 🙂
March 23, 2017 at 7:04 pm #1418357Ok it’s fixed on all pages BUT still centered on blog post pages… any idea why? or what to do?
March 24, 2017 at 1:42 am #1418683Hi There,
Its in the right side on my end. Please clear your browser’s cache.
http://prnt.sc/ensu4n
http://prnt.sc/ensu0r
http://prnt.sc/ensvcyThanks.
March 24, 2017 at 2:50 pm #1419435I did clear my cache. I’m talking about the actual post pages, not the main blog page. Top gutter nav is centering instead of floating right.
Thanks!!
March 24, 2017 at 11:50 pm #1419856Hi There,
Sorry about that, this was the code that is affecting the topbar.
.post-template-default.single-post .x-container.max { max-width: 980px !important; }
Lets make that code more specific so it won’t affect the topbar, please update that to this:
.single-post .x-container.width.offset { max-width: 980px !important; }
Thanks.
March 26, 2017 at 10:34 am #1420702Yay! Thank you so much.
Ok so final thing hopefully…
Since we updated the custom css for the top nav display, the mobile display for my site changed. I’m not sure if it’s related or randomly happened at the same time?
See the screenshots:
http://prnt.sc/eoo4w6
http://prnt.sc/eoo58iMy mobile display was all perfectly displaying but past two days it suddenly changed to showing background images when before they were hidden, or showing images and buttons too large.
Also there’s an extra nagivation bullet list that wasn’t there before at the top and the footer now displays funny.
Any idea what happened? Or do I need to roll back to a previous backup?
March 26, 2017 at 8:33 pm #1421069Hello There,
Thanks for updating in! The issue could be just a site cache issue. Please login to your CloudFlare account and totally flush your site cache.
Please let us know how it goes.
March 27, 2017 at 2:57 pm #1422104Ok great, seems to be displaying fine now. Thank you!!
March 28, 2017 at 12:20 am #1422597You’re welcome! 🙂
-
AuthorPosts