[Resolved] Custom Print Style

Home Forums Support [Resolved] Custom Print Style

Home Forums Support Custom Print Style

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #139612
    Andreas
    #139633
    Andreas

    Hi Tom,

    I finally found a solution to my problem.

    It was not only a problem of the the Flexslider. There is something with the framework that is generating each time a section.

    .flexslider {
        	width: 100%;
        	height: auto;
    }
    
    .flexslider .slides img {
        	width: 340px;
        	height: auto;
    }
    
    .flex-control-nav,
    .flex-control-paging,
    .flex-direction-nav {
    	display: none;
    }
    
    .vehicle-details .grid-70 {
    	float: left;
    	padding: 0px !important;
    	width: 55%;
    }
          
    .vehicle-details .grid-30 {
    	float: right;
    	width: 45%;
    	margin-top: -280px !important;
    }
    #139719
    Tom
    Lead Developer
    Lead Developer

    So adding the negative margin to top of the grid-30 fixed it?

    #139962
    Andreas

    The problem was solved with float: right and the negative margin!

    #139983
    Tom
    Lead Developer
    Lead Developer

    Awesome, thanks for sharing! 🙂

Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.