Hi to all, i need custom the my site sidebar, attacched img for explain better:
Where the border is green i want delete it or turn to zero. whe i can find the his css div or class?
Thanks
Bye
Tiziano
Hi to all, i need custom the my site sidebar, attacched img for explain better:
Where the border is green i want delete it or turn to zero. whe i can find the his css div or class?
Thanks
Bye
Tiziano
Hi @Tiziano,
If you share a link to the site where you’re getting this border, someone can take a look and may be able to recommend some CSS code to remove it.
Hi @NateWr no link, installated OJS in local server, it is the sidebar of the default site.
Bye
Tiziano
Hi @Tiziano,
That doesn’t look like the default theme and I don’t recognize the content. I’m not aware of any theme which adds borders like that. I’m afraid I can’t help without looking at the site itself, since I can’t know what’s causing the green border to appear.
Hi @NateWr thanks for your help, after extensive research, i found it!
This:
.pkp_block .content{
padding:0px;}
This CSS code removed what i wanted.
Bye
Tiziano