AD Set just beside the featured image in Style 1

Posted in: Newspaper
Post count: 48

Please , can you show me how to set my ad just beside the featured image in Template style 1 like it is done here >> https://www.screencast.com/t/2mQF2rMR

Post count: 20688

Hi,

You could try this custom code, enter it in Theme panel->Custom code->Advanced Css in the Desktop section – http://screencast.com/t/LoeX0gX72j This will work only in desktop width because the code modifies the responsiveness

.td-post-template-1 .td-featured-image-rec {
width: auto;
}
.td-post-template-1 .td-a-rec-id-post_style_1 {
float: left;
margin-left: 50px;
}
.td-post-template-1 .td-post-featured-image {
float: left;
}
.td-post-template-1 .td-paragraph-padding-1 {
clear: both;
}

Result with code added – http://screencast.com/t/dMGLt66VGY4

Please let me know if this works for you
Thanks

Post count: 48

It didn’t work , But thanks for helping tho

Post count: 20688

Hi,

If you could provide a link to your site, i will inspect it and try to help you further in achieving this.

Thanks

Post count: 48

Thanks , My URL is Ghpage.com

Post count: 48

Please,anyone to help me ?

Post count: 20688

Hi,

Try this code and see if it works for you, enter it in Theme panel->Custom Css

.td-post-template-1 .td-featured-image-rec {
width: 100%!important;
}
.td-post-template-1 .td-post-featured-image {
float: left;
margin-right: 30px;
}

Result – https://www.screencast.com/t/ohrHf7OP6
Thanks

Post count: 48

Wow , it worked , Thanks ..Are you a developer or something or you work for Tagdiv ?..We can link up,might need your services in other projects

Post count: 20688

Hi,

Glad everything worked out fine for you, yes I am part of the TagDiv support staff.

Thanks

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.