-
AuthorPosts
-
stulaine Friend
stulaine
- Join date:
- February 2014
- Posts:
- 106
- Downloads:
- 194
- Uploads:
- 9
- Thanks:
- 20
- Thanked:
- 24 times in 2 posts
February 12, 2014 at 6:48 pm #194737Hello,
I am attempting to get some alignment working for me in the top container (spotlight). I have search through some CSS but can’t find where I can make an adjustment to get the slideshow and featured highlight to have the same height. I require the slideshow to have a 6:4 ratio and need to adjust position 2 and 3 to line up. Changes to the slideshow height are not impacting the change.
Where is the css to adjust the T3 spotlight container?
stulaine Friendstulaine
- Join date:
- February 2014
- Posts:
- 106
- Downloads:
- 194
- Uploads:
- 9
- Thanks:
- 20
- Thanked:
- 24 times in 2 posts
February 12, 2014 at 8:41 pm #522453Looking further this might be the side news module and perhaps some padding with it. The slideshow adjusts properly for its settings but the sidenews must have some css setting I can’t find to get it to adjust in alignment with the slideshow.
Interesting and related the slide show for the shop is aligned but it is not showing any images.
Thanks
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
February 13, 2014 at 10:44 am #522533Hi stulaine,
The padding of Sidenews module on Bookshop template depends on that of Boostrap column. You can try to create a custom.css file at templates/ja_bookshop/css/ path and put these css rules into:
.t3-spotlight-1 .col-lg-3,
.t3-spotlight-1 .col-xs-6,
.t3-spotlight-1 .col-md-6 {
padding-left: 0;
padding-right: 0;
}stulaine Friendstulaine
- Join date:
- February 2014
- Posts:
- 106
- Downloads:
- 194
- Uploads:
- 9
- Thanks:
- 20
- Thanked:
- 24 times in 2 posts
February 13, 2014 at 6:30 pm #522583Leo,
Thank your for the information but unfortunately changing the padding left and right was not my problem. In fact that just smashes the sidenews module against the slideshow. The div class “module-inner” holds both positions for slideshow and sidenews but they will not align. They did before I made the change from the demo but now they won’t match.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
February 14, 2014 at 2:52 am #522621@stulaine : After reading your question, i want to focus to answer this main concern:
<blockquote> but can’t find where I can make an adjustment to get the slideshow and featured highlight to have the same height. </blockquote>
In fact, you just need to set the min-height of JA Sidenews module to make it have the same height with the left Slideshow, rather than changing the container. You can try to create a custom.css file at templates/ja_bookshop/css/ path and put these css rules into:
.t3-module.module.highlight.jmoddiv {
min-height: 393px;
}Adjust the value until you get perfect. Do not forget to inform me how it goes.
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by phong nam 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum