Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • cknowlan Friend
    #971163

    In the Our services section of my home page I have blue circles in Postions 1 through 4. When I look at them on an IPAD the circles are cut off on each circle’s right side. How can I correct this to have full circles on the IPAD size screen.


    1. Position-1-4-Circles-Cut-off-on-Right-Side
    timtecsa Friend
    #971208

    Try adding this code to your custom css

    .ja-special-content {
     / _overflow: hidden;_ / 
    }

    1. circles
    Ninja Lead Moderator
    #972052

    @cknowlan: Have you solved this bug? I check and see it’s working as well on your site


    1. Screen-Shot-2016-09-29-at-14.33.03
    cknowlan Friend
    #976427

    for the most part yes . but now the balls jump up really high instead of disappearing

    Ninja Lead Moderator
    #976945

    @cknowlan: You can apply my solution below to fix the problem on mobile layout

    Open templates/ja_nuevo/css/custom.css file and add new CSS style

    @media  (max-width: 767px) {
        .circle-icon {
            height: 120px !important;
            line-height: 120px !important;
            width: 120px !important;
        }
        .circle-icon .fa {
            line-height: 120px !important;
        }
    }    
Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 4 replies, has 3 voices, and was last updated by  Ninja Lead 7 years, 6 months ago.

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