1. EFH
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 06 September 2019
  5.  Subscribe via email
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!
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
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
Attachments (1)
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Could you please provide a screenshot of what you wish to achieve or what you mean by 'going across'?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

Pls see image attached re what i mean about having the word both in title and caption go across

Clip_2.jpg
Attachments (1)
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

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
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

Great, that worked, thank you!

How do I make the font size bigger in the title and caption?
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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
  1. more than a month ago
  2. Commercial Templates
  3. # 7
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!