Slider click and category image width

Posted in: Newspaper
Post count: 111

Hi there,

I have converted my website to tagdiv composer and am happy with the result. I have two questions though.

1. On the homepage I have a slide element. Right now you only go to the post if you click the title. I would like the image also to link to the post. https://bit.ly/2Gosjol

2. On mobile devices there is 20px padding for the content, but this includes the category image. I would like no padding for this image. https://bit.ly/2ONjieN

Thanks!

Post count: 35449

Hi,

1. Unfortunately if you want to link the image to post as the title, then you’ll need to make some changes in theme core because the image was made to can drag the next post; also the changes will be lost after theme update.
If you still want to make the changes, those need to be made in this file -> http://prntscr.com/oqe61x -> wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_slide.php

2. In order to make the category image to be full on mobile, you can check this code http://prntscr.com/oqe0vf
.category .tdc_zone .tdc-row:nth-child(2) {
padding-left: 0px;
padding-right: 0px;
}

The code need to be set in Theme panel > Custom code> Custom css

Thank you!

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