Home › Forums › Weaver Xtreme Theme › Horizontal Menu (under the header) Shifts to the Right and Then Back
- This topic has 56 replies, 2 voices, and was last updated 10 months ago by
miamax.
-
AuthorPosts
-
February 4, 2023 at 22:49 UTC - Views: 38 #71702
scrambler
ModeratorI dont know if you are messing up with your site, but for a while the desktop menu items where back to the bad spacing and the new CSS rules were not there.
A few minutes letter the menu spacing is OK, and now I see a border round the posts….
If you are not messing with the site, it sure looks like you have a Caching issue. So either a plugin is doing caching, or you have other caching mechanism, maybe with your provider….
February 4, 2023 at 22:49 UTC - Views: 36 #71703miamax
ParticipantIt must have been that CSS plugin. It’s gone now and hopefully the site will be stable and not break again.
February 4, 2023 at 22:54 UTC - Views: 32 #71704scrambler
ModeratorNo something is still going on.
If I go to the home page, the menu items are good
If I go to that page
The menu items have the bad unequal spacing
I f I go to that page
There is a border option activated on the post….
February 4, 2023 at 22:55 UTC - Views: 29 #71705scrambler
ModeratorYou must have some cache activated somewhere serving different versions of the site..,..
February 4, 2023 at 22:57 UTC - Views: 28 #71706miamax
ParticipantI took a chance and removed this code:
#content .page {background-color:#ffffff; padding:5px;}
.post {background-color:#ffffff; padding:5px;
border: 1px solid #000000; margin: -5px 0px 10px -20px;}Are you still seeing problems?
February 4, 2023 at 23:02 UTC - Views: 27 #71707scrambler
ModeratorWell the second rule was definitely responsible for the border
.post {background-color:#ffffff; padding:5px;
border: 1px solid #000000; margin: -5px 0px 10px -20px;}As for the menu spacing, it looks like all the pages I mentioned above have the proper one now, so the cache must have cleared….
February 4, 2023 at 23:12 UTC - Views: 22 #71708miamax
ParticipantOkay, let’s conclude that the site is no longer broken, the shifting has been solved, and the tweaks have worked.
Many, many thanks to you for your persistence and help. You are a gem!
February 4, 2023 at 23:30 UTC - Views: 22 #71709scrambler
ModeratorActually the last rule to add left padding to the submenus is still not correct and therefore not working
It needs to include !important as I mentioned earlier
.wvrx-menu .sub-menu a {padding-left: 2em !important;}
February 4, 2023 at 23:49 UTC - Views: 16 #71710miamax
ParticipantAh yes, I forgot take out the bracket after the 2em. Thanks!
-
AuthorPosts
- You must be logged in to reply to this topic.