Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1292437

    Hi see images attached.
    I have three 1/3rd sections in a colour full width colour section. Each text box contains some simple html to enable an image change on mouseover.
    This all works fine (see first image) but I can’t get this to be full width (see second image).
    Any suggestions will be greatly appreciated.
    What I have…
    https://snipboard.io/GulUQE.jpg
    What I need…
    https://snipboard.io/YQlZme.jpg

    Thank you everyone in advance

    #1292536

    Hi TrevorMF,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    #section-width .container {
        max-width: 100%;
        padding: 0;
    }
    
    #section-width img {
        width: 100%;
    }

    You may need to use a bigger image.

    Best regards,
    Nikko

    #1292611

    That worked great thanks Nikko

    #1292653

    Hi TrevorMF,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Make 3 text boxes containing HTML take up whole width’ is closed to new replies.