Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #275414

    How do I reduce the white space between the title text ;
    “Raw Food Made Fun Easy & Beautiful,
    A Recipe Book to Make your…
    63 Raw Food Diet Recipes…”

    and the slider of food photos and image of the recipe book cover, on this page – http://jonnyfreesh.com/raw-food-diet-recipe-book/

    I tried this code but it only put padding at the top of the entire page, it only changed the padding at the top of the entire content area, not between content elements.
    .content, .sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    Many thanks,

    Jonny

    #275665

    Hey deyowulf!

    Please add following code to Quick CSS

    #getsocialmain h1 {
    margin-bottom: 0; }
    #getsocialmain p {
    margin-top: 0;
    }
    #getsocialmain > .av_two_third {
    margin-left: 0!important;
    width: 76%!important;
    }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.