Depth of Message Bar

Posted in: Newspaper
Post count: 170

Hi,

Can you please tell me how to reduce the depth of my message bar here howdoidate.com by 50%?

Thanks

Derek

Post count: 22421

Hello Derek.
I’m not sure what you mean by message bar or by depth.
I only assume it’s the big container at the top with the “i” icon.
If this is the case you can use this code to reduce it’s size:


.vc_message_box .wp-image-46115{
max-width:50%
}
.vc_message_box h1{
font-size:18px;
margin-top:10px;
margin-bottom:10px;
}
.vc_message_box{
padding:0!important
}

You can add it in the theme panel->custom css box

Thank you!

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