Search found 1 match

by cecizulu
Fri Jan 18, 2019 1:00 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: wh_logo.hidden-xs properties
Replies: 1
Views: 1055

wh_logo.hidden-xs properties

Hi,

I am trying to change the size of a logo from a webhelp template, I was able to change the margin using this in my css:
.wh_logo.hidden-xs{
margin-right: 20px;
}

Buy I need to now if .wh_logo.hidden-xs has properties to change the size of the logo.

Thanks!