Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #430924

    Hallo,

    ich habe den folgenden Code in der quick css eingefügt ( aktuelle Version mit enfold child)

    #wrap_all {
    border-right: 1px solid red;
    border-left: 1px solid red;
    }

    komischerweise wird die Linie auf der rechten Seite ab dem Logobereich nach oben nicht angezeigt.
    Ändere ich in der Gestaltung im Bereich “Logo an Main Menu” von Top Header auf Sidebar left ist alles ok.

    http://wordpress.p259751.webspaceconfig.de

    #430934

    Hey Dirk!

    Please add following code to Quick CSS as well

    .html_header_top.html_header_sticky #header {
      width: 89.84%!important;
    }

    Best regards,
    Yigit

    #430944
    .html_header_top.html_header_sticky #header {
      width: 89.84%!important;
    }
    
    #wrap_all {
    border-right: 1px solid red;
    border-left: 1px solid red;
    }

    …does not look good. logo area pushes to the right

    #431450

    Hi!

    Can you please post a screenshot and show the issue you are seeing? This is how it looks on my end – http://i.imgur.com/IxbrqzX.png

    Regards,
    Yigit

    #431459

    same with IE

    only firefox = ok

    • This reply was modified 9 years, 7 months ago by texolife.
    #431463

    Hi!

    It does look fine on my end on Firefox and Safari – http://imgur.com/a/8qgv3
    I asked my teammates to check your website on Windows. Please kindly wait to hear from them.

    Regards,
    Yigit

    #432460

    Hi!

    I switched it to this.

    #header { transform: translate(-1px); }
    #wrap_all, #header {
    border-right: 1px solid red;
    border-left: 1px solid red;
    }

    Is what what you were wanting?

    Regards,
    Elliott

    #432618

    yes! that´s fine. thank you very much

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Probleme mit "border" quick css im boxed layout’ is closed to new replies.