In logo configuration parameters I cannot setup parameters as I want.
For example I want to put in the slogan text box "Cambodia, from destitution to dignity". The sentence is cut in two lines and despite many tries in logo size (column) or font size it doesn't allow to put this sentence on one line.
Even hiding "top icon menu" doesn't change anything.
Any idea where I could change size parameters at this place?
Many thanks
Guillaume.
AS Templates
POSTED: 2015-04-15
Hello PSEHK2014,
What is your site url please? We have to see this issue.
Regards, AS Team.
psehk2014
POSTED: 2015-04-15
Hello,
The website url is http://www.dev.psehongkong.org/
I want to control the logo size and the slogan text size which I cannot for the moment. You can see the sentence "Cambodia, from destitution to dignity" is cut.
Thanks.
Guillaume.
AS Templates
POSTED: 2015-04-15
Hello PSEHK2014,
You have to change 'width' property in the following class in the tmpl.default.css file (line 1591)
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
In logo configuration parameters I cannot setup parameters as I want.
For example I want to put in the slogan text box "Cambodia, from destitution to dignity". The sentence is cut in two lines and despite many tries in logo size (column) or font size it doesn't allow to put this sentence on one line.
Even hiding "top icon menu" doesn't change anything.
Any idea where I could change size parameters at this place?
Many thanks
Guillaume.
What is your site url please? We have to see this issue.
Regards, AS Team.
The website url is http://www.dev.psehongkong.org/
I want to control the logo size and the slogan text size which I cannot for the moment. You can see the sentence "Cambodia, from destitution to dignity" is cut.
Thanks.
Guillaume.
You have to change 'width' property in the following class in the tmpl.default.css file (line 1591)
#header-row .logo {
min-height: 200px;
min-width: 200px !important;
width: 200px;
}
Regards, AS Team.
Thank you.
Guiillaume.