This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Vantage Theme- Misplaced content after edit in Custom CSS

10 years ago · Last reply by Andrew Misplon 10 years ago

HI Team, hi Andrew

I don’t know what happened but while I was editing something in Siteorigins “Custom CSS” the menu item “Kontakt” and the menu item “Unternehmens-> HISTORIE->Unternehmenshistorie look totally weird and misplaced. I was shocked because I didn’t change anything related to the height or width of the content. Could you please help me to fix this strange issue? It would be awesome!!!

Thanks in advance.
Cheers.
D.

URL: http://bit.ly/1URrHVi

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

8
  1. Andrew Misplon Staff 10 years, 5 months ago

    Hi Davor

    This sounds like it could be a plugin conflict issue. Can you try disabling all non-SiteOrigin plugins and see if this fixes the issue? If it does fix the issue, then try re-enabling your plugins one by one until the issue comes back. This procedure will help diagnose which plugin is causing the issue.

    Once we know that, we’ll be able to look at what might be causing the conflict and either solve the problem or help you find an alternative plugin.

    • Davor Ivaskovic 10 years, 5 months ago

      Hi Andrew, thanks for your reply. I have done what you said and it worked somehow :-) But I have another issue with the main menu…. When I scroll down the sticky header appears but its white color only covers the menu items and not the whole width of the page.. You can see this “effect” when you choose “Philosophie” and scroll down.. any clue what this could be? And another issue I have with the footer menu which looks awful on mobile devices… Same question here.. Could you please help?

      Again thanks in advance..
      Cheers.
      D,

  2. Andrew Misplon Staff 10 years, 5 months ago

    Did you manage to work out which plugin was causing the conflict?

    • Davor Ivaskovic 10 years, 5 months ago

      Hi Andrew, it was the site origin bundle…

  3. Andrew Misplon Staff 10 years, 5 months ago

    The answer to your menu challenge is hidden somewhere in your Appearance > Custom CSS space. There is, unfortunately, only so much we can do to help fix challenges arising from custom development. Please, try look into which rule is causing the challenge from within your Custom CSS space.

    • Davor Ivaskovic 10 years, 5 months ago

      Hi Andrew, I fixed that issue but now another bug appeared with the footer menu. On mobile it is totally misplaced an not really aligned when you take a closer look.(menu item :impressum)
      Any ideas about the cause?

      Cheers
      D

  4. Andrew Misplon Staff 10 years, 5 months ago

    The Widgets Bundle runs well on its own so there is likely a two issue occurring. If you’d ever like us to dig deeper and help figure it out, let me know.

  5. Andrew Misplon Staff 10 years, 5 months ago

    Hey Davor

    The challenge is as follows. You can’t really use any large padding values on content and not drop the padding at some point. This is what is happening here. You’re saying:

    #colophon.site-footer {
        padding-left: 235px;
    }

    On mobile you don’t have much space to work with so you wouldn’t want to pad that much. So, try changing the above rule to something like:

    @media (min-width: 681px) {
    #colophon.site-footer {
        padding-left: 235px;
    }
    }

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread