Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #776103

    HI,

    Our website (see private) does have a lot of white space on various pages between the items.
    We would like to have them as less ass possible to have more text and images on screen without scrolling.

    #776109

    Hey BPC,

    Please provide a link to the site in question.

    Best regards,
    Jordan Shannon

    #776114

    see private

    • This reply was modified 7 years, 7 months ago by BPC. Reason: extra links
    #776124

    Hi,

    For the first screen you can add the following to  quick css and adjust as you need it:

    .page-id-27 main.template-page.content{
         padding-top: 10px!important;
        padding-bottom: 10px!important;
    }

    For the second screen you can add the following to  quick css and adjust as you need it:

    .page-id-258 main.template-page.content{
         padding-top: 10px!important;
        padding-bottom: 10px!important;
    }

    Best regards,
    Jordan Shannon

    #776146

    Hi Jordan,

    Thanks, almost ok
    See screenshot, the red circle, that is the white space i mean and must be less, with your code also the title goes to top.

    #776150

    Hi,

    From the looks of the screen it looks like you didn’t reduce the bottom padding at all. In the code above just remove the reference to the top padding.

    Best regards,
    Jordan Shannon

    #776160

    I did remove the top now and set bottom to 0px

    but still a little to much white space.

    when i make it -10px it goes wrong

    #776166

    Hi,

    You can’t add a negative value on a padding.

    Please add the following to quick css as well:

    .avia-fullwidth-portfolio .sort_width_container{
    padding-top:0px!important;
    padding-bottom:0px!important;
    }

    Best regards,
    Jordan Shannon

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