[Support request] Rand auf der Smartphone Ansicht verkleinern

Home Forums Support [Support request] Rand auf der Smartphone Ansicht verkleinern

Home Forums Support Rand auf der Smartphone Ansicht verkleinern

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

    Hallo,
    ich wollte den 40px Rand auf 10 verkleinern und habe nichts gefunden.
    Ich wollte es im CSS machen, aber da steht immer bei “untersucheen” Index:6 und das scheint eine dynamische Seite zu sein. Meine Testseite dazu: http://soca-tal.de/wandern-nrw/

    Wo könnte ich den Rand links und rechts verkleiner?

    Wieso wird überhaupt das CSS auf diese index gelegt oder kommt das von autoptimize?

    Besten Dank, Mad.

    #1410759
    David
    Staff
    Customer Support

    Hi there,

    the GP Sections adds a fixed 40px to the container padding.
    You can change that with this CSS:

    #page .generate-sections-container .generate-sections-inside-container {
        padding-left: 10px;
        padding-right: 10px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.