-
AuthorPosts
-
October 1, 2014 at 7:12 pm #201769
Hey all,
Looking to customize the slideshow area, in particular the slidenews bar on the right side to a full size image without border.
Messed around with template.css and couldn’t find the right place to change it.
Any suggestions.
Here’s what the current screen looks like:
And this is what I’d like it to look like:
-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 1, 2014 at 8:10 pm #551427So that we can try to best assist you, please provide the url of the site you’re working on
October 1, 2014 at 8:11 pm #551428TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 1, 2014 at 8:18 pm #551430First, and if you haven’t yet done so, create a new file called “custom.css” within file path –> /templates/ja_mititus/css/
Within that custom/css file, pate the following CSS rule:
.module-ct {
background: inherit;
color: inherit;
padding: 0;
}SAVE CHANGES – CLEAR CACHE – REFRESH PAGE
QUESTION:
What are the dimensions of the image?October 1, 2014 at 8:30 pm #551433Better…but there is still some padding.
I have a Custom HTML modules with a Module Class Suffix of no-padding adv
What am I missing?
Thanks for the help!!!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 1, 2014 at 9:09 pm #551435Okay, this is somewhat of a hack … but paste the following within your custom.css file and see how you like the result:
.main-siderbar {
margin-left: -28px;
margin-right: 5px;
}img {
max-height: 350px;
}.ja-slideshow .main-siderbar .t3-module:last-child {
height: 325px;
}p {
margin: -1px 0 10px;
}1 user says Thank You to TomC for this useful post
October 1, 2014 at 9:21 pm #551438You da man!!! That works great. I appreciate it very much. Your team is excellent and thanks for the quick response!
-
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by TomC 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-