Reply To: Masonry Layout

#10034478
MoiraAllen
Participant

Thank you very much. I used the second option and that works but I am having a problem with the thumb info titles. If I add a name to the alt tag like this: alt=”name” the titles disappear. If I leave it as: alt=” with only one ” then the title appears and the page looks fine but the code in Dreamweaver turns brown. So I’m sure there is something wrong.
This is the code I am using:

<div class="masonry-item no-default-style col-lg-3 px-3 pb-2 mb-4">
			<a href="portfolio-single-wide-slider.html">
				<span class="thumb-info thumb-info-centered-info thumb-info-no-borders">
					<span class="thumb-info-wrapper">
						<img src="img/blog/square/blog-4.jpg" />
						<span class="thumb-info-title">
							<span class="thumb-info-inner">Project Title</span>
							<span class="thumb-info-type">Project Type</span>
						</span>
						<span class="thumb-info-action">
							<span class="thumb-info-action-icon"><i class="fas fa-plus"></i></span>
						</span>
					</span>
				</span>
			</a>
		</div>

Thanks again for the great support!