Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #201573

    Hi, and another question.
    Is it possible to set the width of the color section to a “defined” width?
    I got three GridBoxes and i want them to be above the colored background. But this background have to be just 50 Pixel wider than the boxes.

    Cheers,
    Markus

    #201619

    Hey der_mueller!

    No, unfortunately it isn’t without custom css for the section.

    Regards,
    Devin

    #201620

    And with custom css?

    Cheers,
    Markus

    #201806

    Hey!

    You can add this on your custom.css or Quick CSS:

    .avia-section {
    clear: none;
    width: 900px;
    float: none;
    min-height: 100px;
    margin: 0 auto;
    }

    You can also add an ID for the Color Section using the “For Developers: Section ID” field. Use it instead of the avia-section selector. Apply the css modification.

    Regards,
    Ismael

    #201958

    Thank you.

    Cheers,
    Markus

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Width of Color Section’ is closed to new replies.