Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1475730

    Dear Support Team,

    I have two questions for the https://emmerams-muehle.de/nachbarschaftsaktion/ website that I can’t get any further with:

    1. see screenshot: https://emmerams-muehle.de/support/1.jpg
    Why does the submenu protrude beyond the layout edge? And what can I do to make it appear left-aligned with the logo and other content?

    2. see screenshot: https://emmerams-muehle.de/support/2.jpg
    Further down the page (center) I have inserted a “dividing line across the entire width” between the articles: But this is displayed twice: Why? And what can I do so that it only appears once? Can I also set the color tone darker?

    Best regards, Diana

    Translated with DeepL.com (free version)

    #1475818

    Hey Diana,
    It looks like your second line is from a HR element added to your page, try removing this or use this css:

    .page-id-3814 .hr.av-9r6flzq-bc601af8d9f42ecb93d1a6081b48a8cd.hr-full.avia-builder-el-29 {
    	display:none;
    }

    to make the first line black use this css:

    .page-id-3814 #after_section_2.main_color {
    	border-color: #000;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.