Fixed Margin resets on wrong side in wrapper.css

Arty

Well-known member
In xengallery_wrapper.css in this code:
Code:
    .Responsive .xengalleryContainer
     {
        float: none;
        margin-right: 0;
        width: auto;
     }
   
       .Responsive .insideContainer
       {
         margin-right: 0;
       }
instead of margin-right it should change margin-left. Sidebar is on left side and code for desktop uses margin-left, not margin-right (see first few lines of same file)
 
Top Bottom