I'm having trouble with inserting my logo into Contemporary design theme in V8.5.3. I found a thread in Actinic Community which seemed easy enough to follow (so I did) but it hasn't worked.
I've changed the CSS in my Actinic StyleSheet via the Design Tab (yes, in the Layout Code before anyone asks) to the following:
.page_header_content {
width: 762px;
text-align: left;
height: <actinic:variable name="BrochureLogoHeight" />;
}
The previous thread that I found on this subject was this:
http://community.actinic.com/showthread.php?t=26510
(It's a couple of years old but should still be relevant, yes?)
I've changed the CSS in my Actinic StyleSheet via the Design Tab (yes, in the Layout Code before anyone asks) to the following:
.page_header_content {
width: 762px;
text-align: left;
height: <actinic:variable name="BrochureLogoHeight" />;
}
The previous thread that I found on this subject was this:
http://community.actinic.com/showthread.php?t=26510
(It's a couple of years old but should still be relevant, yes?)
Comment