Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • stulaine Friend
    #201929

    I 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


    1. k2-item
    Saguaros Moderator
    #552340

    Hi 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

    stulaine Friend
    #552350

    Perfect Thanks

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  stulaine 9 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum