• Hi there.

    I’m in the midst of migrating my site https://www.quest2move.dk to Septera using a child theme.

    I like the feature on the landing page where it’s possible to insert Text Areas and highligt content from other pages.
    However, I want to use this feature all over the site on various locations.
    I have copied what I believe is the code for this in the page source and it looks like this.

    <section class=”lp-text” id=”lp-text-one” >
    <div class=”lp-text-inside”>
    <h2 class=”lp-text-title”>Kundeudtalelser</h2>
    <div class=”lp-text-content”>Indholdet her</div>
    </div>
    </section>

    However, when inserted on the front page, it will only be within the boundaries of the content width and leave a margin on both sides.
    Is it possible to make it all width and make this transition effect between the normal bg color and this section?

Viewing 1 replies (of 1 total)
  • Thread Starter Thomasso75

    (@thomasso75)

    I found that the reason for the 100% width was that the developers did implement this option to be in the head section of the frontage. Obviously not possible to just copy and paste the code and expect it to become 100% on other areas of the site. I suspected they used some kind of css overlay or something but they didn’t.
    I have managed to implement another – not so cool solution like on this page https://www.quest2move.dk/promo/gratis-coaching/
    Its not 100% in width for every other div (the grey ones) but it’s ok.

Viewing 1 replies (of 1 total)
  • The topic ‘Text Areas not 100% of screen width’ is closed to new replies.