/*CREATING A SIMPLE TIMELINE (7.0 & 7.1)*/ //To style the line and spacing .sqs-gallery-design-list .summary-content { border-left: 2px solid #c0dad0; margin-left: -5%; padding-bottom: 7%; padding-left: 7%; } .sqs-gallery-design-list .sqs-gallery-image-container { padding-right: 0; } //To remove the gap between items .sqs-block-summary-v2 .summary-block-setting-design-list .summary-item { margin-bottom: 0 !important; padding-bottom: 0 !important; } //To style the title text .sqs-gallery-design-list .summary-title-link { font-weight: bold; } //Mobile @media screen and (max-width: 640px) { .sqs-block-summary-v2 .summary-block-setting-design-list .summary-item.summary-item-record-type-video .summary-thumbnail-container, .sqs-block-summary-v2 .summary-block-setting-design-list .summary-thumbnail-outer-container { width: 10% !important; } .sqs-gallery-design-list .sqs-gallery-design-list-slide:not(.no-image) .sqs-gallery-meta-container { width: 90% !important; } }