-
AuthorPosts
-
April 28, 2014 at 8:08 am #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 KinnearApril 28, 2014 at 3:54 pm #257131Hey 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!
YigitApril 29, 2014 at 12:57 am #257384Thanks, 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
April 29, 2014 at 5:43 pm #257754Hey!
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,
YigitApril 30, 2014 at 2:06 am #258048Hi 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.
May 1, 2014 at 3:17 pm #258889Hi!
Thank you for the update.
Please add this on Quick CSS:
.av_promobox { padding: 20px 30px; margin: 0 0 30px 0; }
Best regards,
IsmaelMay 6, 2014 at 2:54 am #260512You rock it worked thank you so much
cheers KinnearMay 6, 2014 at 4:16 am #260547Hi 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 KinnearMay 6, 2014 at 4:16 am #260548Oh I forgot to tell you that is the main logo at the top of each page, cheer
May 6, 2014 at 4:51 pm #260807Hey!
Please add following code to Quick CSS as well
.logo img { margin-top: 5px; }
Cheers!
YigitMay 7, 2014 at 1:36 am #261030Thanks 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
May 7, 2014 at 12:07 pm #261269 -
AuthorPosts
- You must be logged in to reply to this topic.