-
AuthorPosts
-
stulaine Friend
stulaine
- Join date:
- February 2014
- Posts:
- 106
- Downloads:
- 194
- Uploads:
- 9
- Thanks:
- 20
- Thanked:
- 24 times in 2 posts
October 8, 2014 at 9:10 pm #201929I am looking for a simple solution to moving the image on the left side down so that it does not interfere with the masshead. My solution as of now is to modify the css
.ts-mainbody
padding-top: 120px;This moves the image down as shown but also move the main body content on the right side. I would like to move the image down but keep the k2 title etc back up where it was. I have explored various areas without finding a solution.
Please see the attached. Thanks in advance.
Stuart
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 9, 2014 at 2:24 am #552340Hi Stuart,
You can go to CSS file: /templates/ja_obelisk/css/custom.css (create this file if it doesn’t exist) and add this CSS rule:
#k2Container.itemView .itemImageBlock span.itemImage {
margin-top: -20px;
}
P/s: change above value to suit your need
1 user says Thank You to Saguaros for this useful post
stulaine Friendstulaine
- Join date:
- February 2014
- Posts:
- 106
- Downloads:
- 194
- Uploads:
- 9
- Thanks:
- 20
- Thanked:
- 24 times in 2 posts
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by stulaine 10 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Move Main Content Image
Viewing 3 posts - 1 through 3 (of 3 total)