- This topic has 1 reply, 2 voices, and was last updated 6 years, 9 months ago by Hash.
- AuthorPosts
- April 6, 2017 at 5:33 am #2717jonideeParticipant
Hi again,
I have disabled most of the HomePage elements’ background with “background: none”, which caused a few blank spaces between the elements.
Can i ask where is the CSS code for:
1) manipulating each section’s padding, so that I can get rid of these spaces, or alternatively where can I manipulate each section’s vertical pos.
2) Is it possible to Enlarge the section? i.e., make section-counter twice as high?Many thanks
JonApril 13, 2017 at 12:47 am #2772HashKeymaster1) manipulating each section’s padding, so that I can get rid of these spaces, or alternatively where can I manipulate each section’s vertical pos.
>> Here is the CSS code to change the padding of all the sections. Change the value of 60. To change the padding for the specific section, you will have to take the section id.ht-section {
padding: 60px 0;
}2) Is it possible to Enlarge the section? i.e., make section-counter twice as high?
>> Yes, it is possible. Add the below CSS. Increase the value 100#ht-counter-section{
padding: 100px 0;
} - AuthorPosts
- You must be logged in to reply to this topic.