1. jascanio
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 11 March 2016
  5.  Subscribe via email
Hi,
I'm trying to reduce the paddings of the Image Caption Title and Text, so I can use the area more efficiently. I've been trying to locate the element with firebug, but cannot reach it.
Any advice?
Thanks in advance for your reply.
Regards,
Juan
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,
I've tried the following code, and it works
figure.snip1244 figcaption {
padding: 0 0 1px 50%;}

However, when viewed on mobile phones, it goes like in the image attached. Any help will be appreciated.


Thanks in advance for your reply.
Regards,
Juan
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
HI Juan

Would you have a URL to an example of this issue?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán,
You can reach my web here
As the web is under construction I've set usr & pwd.
When prompted, these are the details:
usr: vendohielo
pwd: tumandas

Thanks in advance.
Regards,
Juan
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Juan

To amend try adding the following to the Custom CSS field of your templates parameters...


@media only screen and (max-width: 480px) {
figure.snip1244 figcaption {
padding-left: 0 !important;
}}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán,
Thanks for your solutiion. It works a treat!
Regards,
Juan
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


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