Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #256914

    Hi, I need to reduce the padding (white space) between paragraphs and sections, can you please provide me with short code or does it have to CSS. I am not technical just mere designer and I am guessing that because it is in multiple areas that I wish to do this short code would be easier to manage from my experience in this area which is very little. The website is http://test.uych.vic.edu.au/wp-admin/
    Cheers Kinnear

    #257131

    Hey uychkinnear!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .content, .sidebar {
    padding-top: 10px;
    padding-bottom: 10px; }

    Default values are 50px

    Cheers!
    Yigit

    #257384

    Thanks, this will help. Can you also advise me how to reduce the padding after the fixed slider and before the comment box, after the comment box and before the icon lists, after the icon lists and before the header. All my pages are roughly the same but for an example use this one http://test.uych.vic.edu.au/?page_id=3196

    cheers Kinnear

    #257754

    Hey!

    Please add following code to Quick CSS as well

    .avia-slideshow, .av_promobox, .avia-icon-list-container { margin: 10px 0; }
    .av-special-heading { margin-top: 10px; }

    Best regards,
    Yigit

    #258048

    Hi thanks, the slideshow is now more to the top of the screen which is fine, however the space between the slideshow and promo box is the same. I need to close the space between the slideshow and the promo box as well as the promo and the icon list. I reduced the pixels thinking that would work but it didn’t. I reduced them to 5, -10 and -40 and stayed the same. Let me know if you need my log in details to check the CSS, cheers Kinnear.

    http://test.uych.vic.edu.au/?page_id=3196

    #258889

    Hi!

    Thank you for the update.

    Please add this on Quick CSS:

    .av_promobox {
    padding: 20px 30px;
    margin: 0 0 30px 0;
    }

    Best regards,
    Ismael

    #260512

    You rock it worked thank you so much
    cheers Kinnear

    #260547

    Hi one last thing how to I centre the log (move it down slightly as it is really close to the top of the section).
    I only noticed this when I changed the background to grey as it wasn’t so obvious when it was white.
    cheers Kinnear

    #260548

    Oh I forgot to tell you that is the main logo at the top of each page, cheer

    #260807

    Hey!

    Please add following code to Quick CSS as well

    .logo img { margin-top: 5px; }

    Cheers!
    Yigit

    #261030

    Thanks so much worked a treat, is there anyway I can reduce the space after the icon lists, not by much just to keep it inline with the rest the of the site, the following link for the WorkSkills page will show you what I mean, cheers Kinnear

    http://test.uych.vic.edu.au/?page_id=3200

    #261269

    Hey!

    Please add following code to Quick CSS as well and adjust as needed

    .av-special-heading { margin-top: 10px; }

    Best regards,
    Yigit

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