VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me
  • Page:
  • 1

TOPIC: Slideshow width

Slideshow width 10 Aug 2015 18:55 #7214

How can I cahnge the slideshow width to make it same as that of article block? On large screens, the slideshow looks too wide. I think it has to be changed somewhere in template.css but could not figure out where.

  • Posts:7
  • anandteke
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Slideshow width 11 Aug 2015 02:49 #7216

You can edit template.css, add:
 
div#slideshow {
margin: 0 auto;
max-width: 960px;
}
 


joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: Slideshow width 11 Aug 2015 05:14 #7218

That works as desired for slideshow width.
However, the empty space on both the sides of slideshow is white instead of the background colour. Matching that will make it perfect for me.

Thanks!

  • Posts:7
  • anandteke
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Slideshow width 12 Aug 2015 02:40 #7224

What the background color do you want? You can edit template file index.php, add div with class "inner":
 
<div id="slideshow">
<div class="inner">
...
</div>
</div>
 

Then edit template.css:
 
div#slideshow {
background-color: ...;
}
div#slideshow .inner {
margin: 0 auto;
max-width: 960px;
}
 


joomfreak
Last Edit: 12 Aug 2015 02:40 by isupport.

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.69 seconds
Friday 26 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.