Hello,

I am trying to figure out what module settings control the display of the "wavy" edges between modules on the home page. In the screen shot I try to explain the edge feature I would like to turn from "straight" to "wavy". Is there a setting for this that I can control?

At the moment it seems that when certain modules are next to each other the waves are hidden for some reason. I am trying to understand if I can make the "waves" visible at all times.

thank you for your help!

This problem is very difficult to solve on the bottom of an article that is followed by a module or the footer.

Where is the control for the CSS that is setting the "images/joomlart/pattern/item-7.png" at the bottom of a article? or at the top of the footer?

e.g. this is the bottom of the Contact Us page on the Demo website:

    4 days later

    tchaddad Hi

    It's module pattern:

    or the style added for that section such as:

    .t3-footer::before {
        background-image: url('../images/pattern/pattern-6.png');
        background-repeat: repeat-x;
        content: "";
        position: absolute;
        bottom: 100%;
        left: 0;
        height: 16px;
        width: 100%;
    }
    Write a Reply...
    You need to Login to view replies.