Dear june
Thanks you for using product our.
Please give me link your site and your account of administrator via private message. I will check it for you.
Best Regards,
Huyen Tran
Hi,
@june_c21: Can you help me review, you have selected the correct category for the template, you've assigned.
@Tokiko: You can go to "Theme" in the tab "Logo Type", you will have two options:
'Text' and 'Image'.
When you select 'Image' it will only show the logo image
If you select 'Text': it displays 'Site name' and 'Slogan'
However what I want to do is....display both the image (logo) and the site name (and slogan) like:
Site name here(with slogan preferably at 2nd line)
Also, I've got following issue to fix and advised to reply on this topic by your collegue:
I've changed the number of column from 4 to 3 for spotlight-5 section.
"Layout" now shows spotlight-5-1, 5-2 and 5-3 saying "auto" and I expected each got 33% of widths (4/12).
When I checked the website, a blank space (where 5-4 was before) was there and it seems span for 5-1, 5-2 and 5-3 is still 3 (not 4).
Hi,
-You want to display Logo image and Site Name - Slogan. please add the following lines to custom.css file(root/template/jux_galiana/css/custom.css)
.logo-image span, .logo-image small{
display:block;
}
and you can custom it.
-To display the correct column as you want: you go to template.css file and you'll see:
.t3-sl-5 [class*="col"] {
margin: 0px !important;
/*width: 25% !important;*/ ==> comment or delete this line
background: url("../images/lines_1.png") left top no-repeat;
min-height: 260px;
}
By adding the lines to custom.css file, both Logo and Sitename + Slogan appeared.
However, it's like this;
SIte Name Slogan
I wan to display like this;
Site Name
(Slogan under Site Name, if you can.)
We don't have to customize it but are happy as it was shown before without logo.
We just want to display logo next to the Site Name and Slogan with same style.
Can you tell me how to?
Regarding Spotlight 5's column, we tried both - comment out or delete the line in the template.css file - didn't work.
Anything else, we have to do?
Hi,
Your problems have been resolved
- Logo: I added a few lines in the file css custom.css
- Column: I have removed the nail properties "width: 25%;" in class "t3-sl-5" have in template.less file.
Hope it is as you want!
I sent an additional question via private message but just in case:
===
Can you tell me how to place the slogan under the site title (not under the logo)?
===
Now, Spotlight 5 is showing exactly what I want.
Cheers.