Responsive issue

Posted in: Newspaper
Post count: 11

Hi there,

I have an issue with the responsiveness.

I have a full height row picture that is well responsive on desktop (see enclosed picture) but that wouldn’t be responsive on mobile device…

I’ve tried to fix the settings about responsiveness but nothing worked out.

What can I do?

Thanks,

DESKTOP/MOBILE

Post count: 23312

Hi,

Please notice that your image are very wide and that’s why it looks so on the mobile, sorry! Change the image to another one, clear all the caches and check the results.

Thanks.

Post count: 11

Hi Catalin,

Thank you for your reply. I’ve tried with much smaller picture size but I don’t think it’s about the size of the picture. I have other websites where even a very large picture would just be smaller on mobile device.

here is the page : http://crazynightjapan.com/tokyo/

I’ve tested the responsiveness, once it come to mobile size there are those white margins on the side that appears. I haven’t find anything in the settings to remove it.

Thanks,

Post count: 35449

Hi,

Please set this custom css in Newspaper>Theme panel>Custom code>Advanced cod Phone
.td_single_image_bg {
height: 160px!important;
}

Hope this will help you to achieve what you want.

Thank you for your understanding.

Post count: 11

Hi Calin,

Thank you for your reply.

As you can see on the picture below we can now see the picture properly.

I was wondering if there is a way to remove the white margin on both side? I just want the image to be edge to edge.

Regards,

null

Post count: 35449

Hi,

Please add this custom css to in the Newspaper>Theme panel>Custom code>Advanced cod Phone
.tdc-row:first-child{
padding: 0 0 0 0 ;
}

https://www.screencast.com/t/ImFgD4cAFZ

Thank you.

Post count: 11

Hi Calin,

it worked well!

thanks

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