Image is not aligning properly as in demo

Hi,

I have used the BE Energy theme and I just cant get the images to be properly aligned as in the demo.

The url is www.tds.com.my

The issue is more clear in the screenshot

http://www.tds.com.my/portal/wp-content/uploads/2015/09/icon-align-issues.png

Comments

  • Hi,

    looks like you lost 2 important css's under Custom CSS section:
    #features .one-second:nth-child(1) .list_item .list_left {
        float: right;
    }
    #features .one-second:nth-child(1) .list_item .list_right {
        margin-left: 0;
        margin-right: 100px;
        text-align: right;
    }
    With them, all will be the same as on our demo.
Sign In or Register to comment.