-
AuthorPosts
-
February 16, 2016 at 10:12 am #584011
HI,
on my page below I would like to reduce vertical space between the footer columns. Reason: The (longer) 3rd footer column heading breaks into 2 lines on iPad, so I need more content width and less space in-betweenIf tried things like in this post:
https://kriesi.at/support/topic/reduce-widget-vertical-spacing-in-footer/
but did not get it. (e.g. resulted in shifting all blocks to the left, but same prob.as above. etc.)What can I do?
Thx a lot & best regards Tilman
February 18, 2016 at 6:38 pm #585573Hey!
Try adding this code to the Quick CSS:
#footer .av_one_fourth { margin-left: 3%; width: 22%; }Cheers!
JosueFebruary 18, 2016 at 7:57 pm #585632Hey Josue,
thx – although no solution in this case: This code created no improvement, but addt´l, non-wanted effects: The headlines were in capitals and the line break was even on PC screen – so I turned it away again.Any other idea?
Cheers, Tilman
February 18, 2016 at 8:07 pm #585643Hey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueFebruary 18, 2016 at 8:18 pm #585653HI,
PLs look link below – 3rd column w/ issue….Best regards Tilman
February 18, 2016 at 8:20 pm #585654.. and to achieve I would like
-> less spacing between columns 1-4
-> more space for content
-> no line break :-)February 18, 2016 at 8:34 pm #585668Try reducing the dimensions here – http://screencast.com/t/E2WN6foflAeA
February 18, 2016 at 8:44 pm #585675that does not solve it – also by playing w/ other values…
February 18, 2016 at 9:12 pm #585696Hey!
Try this:
#footer .container{ padding: 0 30px; } #footer .av_one_fourth { margin-left: 1%; width: 24%; } #footer .first{ margin-left: 0%; }It will result:
http://screencast.com/t/ObV3UgoOPIRegards,
JosueFebruary 18, 2016 at 10:50 pm #585777Hey,
i´ve adjusted a little with the values – now it works greatthx a lot, Josue!
February 18, 2016 at 11:05 pm #585788You are welcome, glad to help :)
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.
