Home Forums Weaver Xtreme Theme Horizontal Menu (under the header) Shifts to the Right and Then Back

Viewing 9 posts - 49 through 57 (of 57 total)
  • Author
    Posts
  • #71702
    scrambler
    Moderator

    I 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….

    #71703
    miamax
    Participant

    It must have been that CSS plugin. It’s gone now and hopefully the site will be stable and not break again.

    #71704
    scrambler
    Moderator

    No something is still going on.

    If I go to the home page, the menu items are good

    Home » Dwell In The Garden

     

    If I go to that page

    Personalized Party Supplies

    The menu items have the bad unequal spacing

     

    I f I go to that page

    Entryway Boot Tray

    There is a border option activated on the post….

    #71705
    scrambler
    Moderator

    You must have some cache activated somewhere serving different versions of the site..,..

    #71706
    miamax
    Participant

    I 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?

    #71707
    scrambler
    Moderator

    Well 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….

    #71708
    miamax
    Participant

    Okay, 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!

    #71709
    scrambler
    Moderator

    Actually 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;}

     

    #71710
    miamax
    Participant

    Ah yes, I forgot take out the bracket after the 2em. Thanks!

Viewing 9 posts - 49 through 57 (of 57 total)
  • You must be logged in to reply to this topic.