Hi there,
How to i make the words in the side title and slide caption go across and not underneath each other?
Is there a way to make the text stand out? Perhaps bold font?
http://luxeproductions.com.au
Thanks for your help!
Naomi - Slide Title
- Issue
- EFH
- Commercial Templates
- Friday, 06 September 2019
- Subscribe via email
Hi Ciaran,
That particular code created the attached effect. I have removed the code.
Perhaps, any suggestion?
Thanks in advance.
http://www.luxeproductions.com.au
That particular code created the attached effect. I have removed the code.
Perhaps, any suggestion?
Thanks in advance.
http://www.luxeproductions.com.au
Attachments (1)
- more than a month ago
- Commercial Templates
- # 1
Hello
Could you please provide a screenshot of what you wish to achieve or what you mean by 'going across'?
Ciaran
Could you please provide a screenshot of what you wish to achieve or what you mean by 'going across'?
Ciaran
- more than a month ago
- Commercial Templates
- # 2
Hi Ciaran,
Pls see image attached re what i mean about having the word both in title and caption go across
Pls see image attached re what i mean about having the word both in title and caption go across
Attachments (1)
- more than a month ago
- Commercial Templates
- # 3
Thank you
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.layerslideshow .item-align-center .info-wrapper {
max-width: 100% !important;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 4
Hello
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.layerslideshow .info-wrapper {
flex-direction: row;
}
.layerslideshow-title,
.layerslideshow-caption {
font-weight: bold;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 5
Hi Ciaran,
Great, that worked, thank you!
How do I make the font size bigger in the title and caption?
Great, that worked, thank you!
How do I make the font size bigger in the title and caption?
- more than a month ago
- Commercial Templates
- # 6
Hello
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
(Edit to taste)
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.layerslideshow-title {
font-size: 45px;
}
.layerslideshow-caption {
font-size: 20px;
}
(Edit to taste)
Ciaran
- more than a month ago
- Commercial Templates
- # 7
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »