Reduce padding on PP between Areas

  • Author
    Posts
  • #35074
    Jon

    Hi

    Loving Nirvana – thank you for making it possible for me to build an awesome website.

    Your FAQ’s and forum has been tremendously helpful but I don’t get the desired results when attempting to reduce the space between header and text area 1 and space between other text areas. From this forum I have attempted (in misc > custom css):

    #pp-texttop, #pp-textmiddle, #pp-textbottom, #front-columns-box, #content {
       padding: 20px 0; 
    }

    However the spaces remain the same.

    Any help gratefully received.

    Thanks
    Jon

    #35076
    Marc

    Hey,

    not a big CSS genius here. Anyway i put it in Custom Css this way and its working fine for me:

    body #front-columns-box{ padding-top: 10px; padding-bottom:10px;
    } 
    body #pp-textmiddle{ padding-top: 10px; padding-bottom:10px;
    } 

    best regards

    #35077
    Jon

    Hi Marc

    Thank you for contributing. It certainly seems to have the desired effect! Big thanks!

    Jon

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

The topic ‘Reduce padding on PP between Areas’ is closed to new replies.