Hello,
is there any way to change the size of the logo (author logo url)?
Hello,
is there any way to change the size of the logo (author logo url)?
Do you want to make the logo smaller or larger? To make it smaller it should be enough to introduce vertical padding to the logo image. To make it larger you’d have to customize the logo size by overriding its CSS style with head-end.html
file.
Thanks for the quick reply.
can you share CSS lines for making a bigger image?
Create a body-end.html
file in your scene directory (in Documents\Shapespark
) and place the following CSS snippet inside:
<style>
.info-item {
height: 80px;
}
</style>
80px
is just an example for the height. Adjust it to your needs.