Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • martinus Friend
    #975072

    I’m using the JA Resume template. I would like to extend the contents of the ABout Me-module in order to make use of the free space to its right. Beneath the box with the social-media-addresses. Just a small picture- in fact the first image to the left at the text start. In short: How do I move the small portrait from left position and to right just above or below the red box…
    Please look at the attached image…

    Yours Claus…


    1. Skærmbillede-2016-10-10-kl.-17.54.50
    Ninja Lead Moderator
    #975191

    Hi,
    Try the work below

    Open templates/ja_resume/acm/features-intro/css/style.css file

    find and change

    .acm-features-intro.style-2 .list-social {
      display: inline-block;
      list-style: none;
      padding: 48px 48px 48px 0;
      position: relative;
      margin: 0;
    }
    
    @media (min-width: 992px) {
      .acm-features-intro.style-2 .features-info {
        padding-right: 144px;
      }
    }

    to

    .acm-features-intro.style-2 .list-social {
      display: inline-block;
      list-style: none;
      padding: 8px 0px 18px 52px;
      position: relative;
      margin: 0;
    }
    
    @media (min-width: 992px) {
      .acm-features-intro.style-2 .features-info {
        padding-right: 30px;
      }
    }

    Hope it helps

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Ninja Lead 8 years, 1 month ago.

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