Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Giannis Maroulis Friend
    #950377

    Some thoughts …

    As i found there is an "option" but with some issues.
    If i remove the "relative" from the .t3-features-intro in template.css (see below) then it Links works but the layout breaks

    .t3-features-intro {
    position: relative;
    z-index: 1;
    }

    Before
    http://prntscr.com/bt5xnh

    After
    http://prntscr.com/bt5zvo

    Anyone can help??

    Giannis Maroulis

    Ninja Lead Moderator
    #950411

    Hi,

    You can apply my solution to fix the problem on your site

    Open templates/ja_resume/css/custom.css file and add new rule

    .t3-mast-top + script + .t3-features-intro {
        padding-top: 120vh;
    }
    
    section.wrap.t3-features-intro.t3-mast-top {
        position: absolute !important;
        z-index: 10;
    }

    Hope it helps

    Regards

    Giannis Maroulis Friend
    #950431

    Respect!!!!

    Thanks Thats all

    Giannis Maroulis

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

This topic contains 3 replies, has 2 voices, and was last updated by  Giannis Maroulis 8 years, 4 months ago.

The topic ‘Links in the main page dont work’ is closed to new replies.