front-columns margin-right

  • Author
    Posts
  • #37169
    Wen

    This isn’t working (parabola\includes\theme-frontpage.php):

    
    #front-columns > div.ppcolumn:nth-child(<?php echo $parabola_nrcolumns; ?>n) { margin-right: 0; }
    

    The old line of code works:

    
    #front-columns > div#column<?php echo $parabola_nrcolumns; ?> { margin-right: 0; }
    

    For now I fixed it with this (using 3 columns):

    
    #front-columns > div#column3 {
        margin-right: 0;
    
Viewing 1 post (of 1 total)

The topic ‘front-columns margin-right’ is closed to new replies.