Hi,
You have probably already discovered that the notice size can be configured (medium, small, smaller) and I assume you are already using the smaller size.
The notice on your page looks very small to me, even on a mobile but I guess it is a matter of taste.
However here is an extract from our FAQ which you might find helpful:
How can I style the Digiprove Notice?
There are various colors, font-sizes etc. you can choose, these are found on the “Advanced” tab of the Settings panel. To make the message appear consistently it is quite heavily styled at the element
level. However you can influence some aspects of the appearance using CSS style code such as:
*[id|=”dprv_cp”]
{
margin-left:40%;
margin-right:40%;
background-color:red;
}
Depending on what other styling is embedded in the page you might have to be more specific and insistent in your styling, like:
*[id|=”dprv_cp”] span
{
font-size:7px !important;
color: blue !important;
}
*[id|=”dprv_cp”] a img
{
width:8px !important;
height:8px !important;
}
Most themes will allow you to enter in such CSS
You can also obtain pre-styled or self-styled and personalised tags in image form at https://www.digiprove.com/generate_digiprove_tags.aspx