Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Responsive 2 questions

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

hi.
I have the following questions.

1. I want ot change the h2 css to 1.5 em (instead of 39px) but when I do (in the theme.aquarium css) the Letters of the social icons dissapear (you can still see the circles, but no letters). Where do I change it?

2. I want to add a margin to images within articles. I tried: p img and then #article.content p img to no avail.

3. I want to add Etsy to the social icons how can I do that?

4. I need to remove some of the space between the article and the banner.

5. I want to remove all the style (border, background) to the read more button. AND i need it to show after the intro text, not at the bottom (right now the read more button overlaps the intro text image)

6. I need to add a small border to the images in the blog categories view (like here victoriamiller.cl/new/es/novelas-y-cuentos/cuentos-infantiles.html )

thanks!!!
Idiel
  • idiel miller's Avatar
  • idiel miller
  • 3 Month Basic
  • 10 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

1. Not seen that before - do you get the same if you add the style to the custom.css file

h2 {font-size: 1.5em;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
With

2. that should work - did you add something like?

p img {margin: 0em 1em 1em 0}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
3. This is a bit more complicated I'll need to try this and get back to you
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
4. Try something along the lines of

.mainwrap.zen-spotlight {padding-top:10px;}
#bannerwrap .zen-spotlight {padding-bottom:0px}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
5. With the image being an intro image the readmore will show below

That said I will ask a developer regarding the button and the image overlapping
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
6. Blog image view

.blog p img { box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
background: #fff !important;
padding: 4px;
max-width: 98%;
margin-bottom: 20px;
}

Try adding this

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks soooooo much for your answers! I will wait for the button and etsy answers. :D
  • idiel miller's Avatar
  • idiel miller
  • 3 Month Basic
  • 10 posts
  • Karma: 0
The administrator has disabled public write access.
With the button are you using the latest template version?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Yes, I am. Latest version. I solved the button issue. I am wondering if there are any news on the etsy social button? thanks so much! :D
  • idiel miller's Avatar
  • idiel miller
  • 3 Month Basic
  • 10 posts
  • Karma: 0
The administrator has disabled public write access.
Sorry I need to try this myself to see how to do it as the template doesn't support this particular icon

I'll try it as soon as i can

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks so much!!
  • idiel miller's Avatar
  • idiel miller
  • 3 Month Basic
  • 10 posts
  • Karma: 0
The administrator has disabled public write access.
hmm not sure I'm going to be able to do this

The icons on the template use Font Awesome library and there is no font icon for Etsy and in fact nobody seems to have a font icon for it that I can find

The font itself is a modified version of a serif font - possibly Time New Roman so that isn't available either

I think I've created an svg which I then converted to an icon I think but no idea if it will work in the end

At this point I'll need to check with a developer to see if this is ok so far

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers