Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #369851

    Hi,

    I’m having some trouble modifying the contents with from 33,3% to 50% of the one column portfolio grind on my home page ONLY. This css code seems to be in the right place but is somehow ignored.

    .page-id-971  .isotope-item.special_av_fullwidth .av_table_col.grid-content { vertical-align: middle; width: 50%;
    }

    This code works but also changes it on other pages;

    #top .isotope-item.special_av_fullwidth .av_table_col.grid-content  { vertical-align: middle; width: 50%;
    }
    #top .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image { vertical-align: middle; width: 50%;
    }

    It would be amazing if someone has a solution to my problem :)

    Best Regards,

    Lars

    • This topic was modified 9 years, 11 months ago by larsframars.
    #370119

    Hi larsframars!

    Try this out.

    #top.home .isotope-item.special_av_fullwidth .av_table_col.grid-content {
        vertical-align: middle;
        width: 50%;
    }

    Cheers!
    Elliott

    #370872

    That did the trick,

    Tank you Elliott!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘layout one column portofolio grind’ is closed to new replies.