Posts by Fernando Moreira • 21 points
2 posts
- 
		1 votes1 answer59 viewsA: Wordpress Posts in html siteYou can use the the_post_thumbnail('thumbnail');, thus: <?php while (have_posts()): the_post(); ?> <div class="col-md-4 "> <div class="box-blog"> <!-- <img src="" > -->… 
- 
		1 votes2 answers59 viewsA: Visually cluttered list (UL) in vertical listJust reset your padding ul thus: .um_lider { padding: 0; } #hamburguer { display: none; } #categ_menu { display: none; } .menu_nav { background-color: yellow; } #hamburguer:checked~.menu_nav {… htmlanswered Fernando Moreira 21