Home Forums Total Manipulating HomePage elements' size and position

  • This topic has 1 reply, 2 voices, and was last updated 7 years ago by Hash.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2717
    jonidee
    Participant

    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
    Jon

    #2772
    Hash
    Keymaster

    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.
    >> 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;
    }

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