Moving books covers to the left
Hi, I would like to ask if it's possible to move the books covers to the left (in the records results). Thank you. -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
I suppose it's customizable in CSS with the class "coverimages" <td class="bibliocol"> <div class="coverimages itemtype_"> <a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=1"> <span title="1" class="1" id="local-thumbnail1"></span> El 14/07/18 a les 09:56, drojup ha escrit:
Hi,
I would like to ask if it's possible to move the books covers to the left (in the records results).
Thank you.
-- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Thank you Narcis, I used this and it worked :-) .coverimages { float: left; padding-right: 30px; } -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
participants (2)
-
drojup -
Narcis Garcia