Home Forums WoodMart support forum WOODMART Recent Blog Posts Widget

WOODMART Recent Blog Posts Widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37013

    nathancarvalho
    Participant

    Hello,

    How can I make the widget in the mega menu look like the demo?
    I’ve benn trying but it just dosen’t look good as the original layout.

    Attachments:
    You must be logged in to view attached files.
    #37044

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .griffo-posts-recentes .recent-posts-thumbnail {
    	float: left;
    	margin-right: 15px;
    }
    
    .griffo-posts-recentes .entry-title {
    	margin-bottom: 10px;
    	font-weight: 600;
      color: #2d2a2a;
    }
    
    .griffo-posts-recentes .recent-posts-info .entry-title a {
      color: #2d2a2a;
    }
    
    .griffo-posts-recentes .woodmart-recent-posts-list > li:after {
    	content: '';
    	display: block;
    	clear: both;
    }

    Regards

    #37050

    nathancarvalho
    Participant

    Thanks 🙂

    #37058

    Artem Temos
    Keymaster

    You are welcome!

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)