
ashwinth
ashwinth
About
- Username
- ashwinth
- Joined
- Visits
- 21
- Last Active
- Roles
- Member
Comments
-
Thank you, but 5/6 looked perfect, I do not want to change the size. I found a solution anyway :)I added new class to my wrap and added following code in Custom | CSS .MyClass{ margin: 0 auto; float: none !important;}
-
How do i center 5/6 width wrap inside a section ?
-
I too tried adding data-anim-type="fadeInLeft" through jquery. My Zoom box animates only on page load. Here is my code jQuery(function($){ $(document).ready(function(){ $(".zoom_box").addClass("animate fadeInLeft"); …