Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #212225

    II want to reduce white space between contents in the mainpage

    You can confirm my white space problem below image

    white space problem

    my site link : http://www.lawbis.com/

    • This topic was modified 10 years, 10 months ago by wethepublic.
    #212256

    Hi wethepublic!

    Please add following code to Quick CSS to remove the first section you showed

    .content, .sidebar {
    padding-top: 0; }

    You have horizontal ruler elements in the second section, please remove them and whitespace should be decreased

    Regards,
    Yigit

    #213252

    Hi,

    I am also looking to decrease the white vertical spacing between the layout elements.
    In admin it is like: http://d.pr/i/sZRh/37zfJ7lS and in the frontpage: http://d.pr/i/4ehn/5Q9khwkU

    Thank you in advance

    • This reply was modified 10 years, 10 months ago by sitesme.
    #213308

    Hey!

    You can adjust the top margin of the columns using this:

    body .column-top-margin {
    margin-top: 10px;
    }

    Best regards,
    Ismael

    #213751

    Great work, thank you Ismael :)

    #213853

    Hi!

    Glad we could help. :)

    Cheers!
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘I want to reduce white space between contents in the mainpage’ is closed to new replies.