Rounded image border end rounded block border

Posted in: Newspaper
Post count: 127

Hi, it is possible make Rounded image border end rounded block border?
https://www.pcusb.it/rounded/

This is my website: https://www.pcusb.it

Thanks….

Post count: 127

Hi , i solved on my home but is it possible seem rounded on my widget?
https://www.pcusb.it/round/
And on my categories?
https://www.pcusb.it/rounded-2/

Thanks…

Post count: 20685

Hi,

You could to that with some CSS, something like this for example
http://prntscr.com/lnmet6

.td-module-thumb .entry-thumb {
border-radius: 10px;
}

Thanks

Post count: 127

Hi Simion, thanks, but now I have this problem:
https://www.pcusb.it/border/
https://www.pcusb.it/border-1/
Is it possible seem on my blocks?
Thanks and I’m sorry for my English

Post count: 127

I solved with Big grid flex, thanks…
Is it possible rounded edge on newsletter plugin?
Thanks

  • This reply was modified 7 years by Ginfox.
Post count: 127

Last question please, is it possible on my categories blocks?
Thanks…
https://www.pcusb.it/border-2/

Post count: 127

I have also this problem with big grid flex 10:
https://www.pcusb.it/border-3/

Post count: 35449

Hi,

For border radius in newsletter https://www.screencast.com/t/ubGaUuUru6C

Also the css provide by @Simion C. will apply to all thumbs.

I see that you fix the problem with big grid flex 10:
https://www.screencast.com/t/J1FXOpzhd

Thank you.

Post count: 127

Hi, thanks for newsletter.
This is big grid 3 and not big grid flex 10!

Post count: 35449

Hi,

Sorry that was my mistake.
Please add the below css in Newspaper>Theme panel>Advance css> Phones
https://www.screencast.com/t/EkGfyB2Abid0
https://www.screencast.com/t/3ypCtcdRlFcZ

.td_block_big_grid_flex_10 .td_module_flex_6 {
width: 100%;
}
.td_block_big_grid_flex_10 .td_module_flex_7 {
width: 80%;
}

Thank you for your understanding.

Post count: 127

Hi Calin, thanks for all.
Now I have this problem, space under first module and not title, thanks…
https://www.pcusb.it/space/

  • This reply was modified 7 years by Ginfox.
Post count: 127

I solved, thanks

Post count: 127

Last problem, I need rounded corners and seem zoom effect on hover of flex 10 on my big grid 4 on categories.
https://www.pcusb.it/rounded/
Thanks

Post count: 35449

Hi,

Please try this custom css:
.td-big-thumb:hover{
border-radius: 50px;
}

You can adjust it after your needs.
https://www.screencast.com/t/vgSINvJ5nuQ

Thanks.

Post count: 127

I, not work.
I need border radius on big grid 4.
Thanks…

Post count: 35449

Hi,

Please try this custom css
.td_block_big_grid_4 .td-big-thumb:hover{
border-radius: 10px;
border: 1px solid black;
}
.td_block_big_grid_4 .td-big-grid-post .td-module-thumb {
background-color: transparent;
}
.td_block_big_grid_4 .td-big-grid-post {
width: 49%;
}
.td_block_big_grid_4 .td-big-thumb {
padding-right: 0px;
margin-right: 1%;
}

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

Thank you.

Post count: 127
Post count: 35449

Hi,

Did you paste the custom css in Newspaper>Theme panel>Custom code> Custom css ?
https://www.screencast.com/t/EVUULFUQg3L9
Please provide some screenshots with the implementation you made.

Thank you.

Post count: 127
Post count: 35449

Hi,

Please replace the above custom css with this one

.td_block_big_grid_4 .td-big-thumb{
  border-radius: 10px;
  border: 1px solid black;
}

Thanks.

  • This reply was modified 7 years by Calin.
Post count: 127
Post count: 35449

Hi,

Please provide a link were I can find this problem, in this way I would be able to give you the right css.

Thank you for your understanding.

Post count: 127
Post count: 35449

Hi,

Please use Thumbnails – Fix strange looking images on blocks
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Thank you for your understanding.

Post count: 127

Hi Calin, not work on my iPhone view and now my custom css it’s lost end is it impossible edit it.

https://www.pcusb.it/wp-content/uploads/2018/12/mobile-view-747×1024.jpg

I remove and re install Newspaper, remove cache but not work

Viewing 25 posts - 1 through 25 (of 46 total)
You must be logged in to reply to this topic.