- Posts: 18
- Thank you received: 0
Some layout help please
- Jonathan Steele
- Topic Author
- Offline
- New Member
Less
More
20 Sep 2012 19:39 #2543
by Jonathan Steele
Some layout help please was created by Jonathan Steele
I am loving sermon speaker so far I am just having a little trouble getting my layout to look the way we want it to.
On this page: crossridgesherwood.com/index.php/podcast
It is a Series?Sermon list - set to accordion.
we have an image that needs to be smaller. I am hoping to do it by adding a line to my css to adjust the width to 40% and tweak the margins. If that makes sense.(we are using a responsive template so can't put in specific widths).
The problem I am running into though is I cannot find the file to edit. I can change things with Google chrome, but there is no file associated with the image css.
Here is what I found for the image:
there are a few things added inline but I get no indication to the file that is being used.
On this page: crossridgesherwood.com/index.php/podcast
It is a Series?Sermon list - set to accordion.
we have an image that needs to be smaller. I am hoping to do it by adding a line to my css to adjust the width to 40% and tweak the margins. If that makes sense.(we are using a responsive template so can't put in specific widths).
The problem I am running into though is I cannot find the file to edit. I can change things with Google chrome, but there is no file associated with the image css.
Here is what I found for the image:
Code:
<img src="/images/podcast/foundation.jpg" style="float:right; margin-top:25px;">
there are a few things added inline but I get no indication to the file that is being used.
Please Log in or Create an account to join the conversation.
- Andrei Chernyshev
- Offline
- Translator
20 Sep 2012 19:47 #2544
by Andrei Chernyshev
Replied by Andrei Chernyshev on topic Some layout help please
it's not recommended using CSS to reduce image, since file size will be the same size. currently your image is 68kb it's too big for image that size. you can use this site to try and shrink the image down a big in size.
tools.dynamicdrive.com/imageoptimizer/
. also you might also want to check here to improve your site load speed
gtmetrix.com/reports/crossridgesherwood.com/c2vlFCtg
. but if you want to you can resize actual image size here.
www.imageoptimizer.net/Pages/Home.aspx
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
20 Sep 2012 20:24 #2545
by Thomas Hunziker
Replied by Thomas Hunziker on topic Some layout help please
The file you're looking for is /components/com_sermonspeaker/views/seriessermon/tmpl/accordion.php
More about layouting can be found here: www.sermonspeaker.net/documentation/layouting.html
More about layouting can be found here: www.sermonspeaker.net/documentation/layouting.html
Please Log in or Create an account to join the conversation.
- Jonathan Steele
- Topic Author
- Offline
- New Member
Less
More
- Posts: 18
- Thank you received: 0
20 Sep 2012 20:43 #2546
by Jonathan Steele
Replied by Jonathan Steele on topic Some layout help please
Thank you both for your help!
Please Log in or Create an account to join the conversation.
Time to create page: 0.112 seconds