-
AuthorPosts
-
April 11, 2017 at 3:20 pm #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.April 11, 2017 at 3:27 pm #776109Hey BPC,
Please provide a link to the site in question.
Best regards,
Jordan ShannonApril 11, 2017 at 3:30 pm #776114see private
-
This reply was modified 8 years, 6 months ago by
BPC. Reason: extra links
April 11, 2017 at 3:42 pm #776124Hi,
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 ShannonApril 11, 2017 at 4:05 pm #776146Hi 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.April 11, 2017 at 4:12 pm #776150Hi,
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 ShannonApril 11, 2017 at 4:25 pm #776160I did remove the top now and set bottom to
0pxbut still a little to much white space.
when i make it
-10pxit goes wrongApril 11, 2017 at 4:34 pm #776166Hi,
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 -
This reply was modified 8 years, 6 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
