Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #55293
    Kristin
    Member

    I would like to move the featured slider “title & content box” position to the right side of the page. Can you tell me the css ids/classes to adjust this please? Thanks!

    #55297
    Sakin
    Keymaster

    @Kristin: In Catch Kathmandu Pro theme, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #main-slider  .entry-container {
        left: auto;
        right: 50px;
    }
    @media screen and (max-width: 480px) {
        #main-slider  .entry-container {
            right: auto;
        }
    }
    #55299
    Kristin
    Member

    You are amazing! I appreciate it!

    #55300
    Sakin
    Keymaster

    @Kristin: Thanks for your appreciation 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘featured slider title & content position’ is closed to new replies.