1. FCPeggy
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 28 November 2016
  5.  Subscribe via email
Hi, how do I put padding around the title/text in the Showcase module so that the title and text are not tight against the left and right edges? I expect custom CSS would fix this.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of your title/text?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi, I sent an email to you with the url. Please check. Many thanks,
Peggy
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Peggy

Presuming I understand you correctly try adding the following to the Custom CSS field of your templates parameters (edit to taste)...

.showcase {
padding: 10px 80px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi and thank you again. This code works great on standard views. When I check using "responsive views" and have the web page viewed as a smart phone or tablet, the text reverts back to being tight against the sides. Would you check the link I emailed you again in a responsive view on a smaller device. Is there a code for the smaller devices to make the padding on the left / right sides of the paragraph / title have an indentation as well?
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Peggy

Using the following Custom CSS instead should hopefully resolve this issue for you.

#slideshow.block_holder {
padding: 10px 80px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
:D Perfect! Thank you and have a wonderful day!
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


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