how to get rid of the div class="item-info"?

Support desk for Villa Belluci Joomla Hotel Template
GK User
Sun Feb 14, 2016 1:02 pm
Bildschirmfoto 2016-02-14 um 12.53.38.png
Hi, there is a div on every site where you can show the "item-info" (like: publisher, publishing date ...)
how can I can rid of the white (yellow in pic) space when I don't show that info?

see my pic for better understanding.

If you reduce the browser window to the left, the left space remains, no padding on the right ....

cheers Michael
User avatar
Fresh Boarder

teitbite
Wed Feb 17, 2016 1:30 pm
Hi

If You are not planing to use it that add this code to override.css

Code: Select all
.single-page .item-content, .blog-page .item-content {
max-width: auto;
}

.single-page .item-info, .blog-page .item-info {
display: none;
}

.single-page .item-body, .blog-page .item-body {
clear: none;
display: block;
float: none;
width: 100% !important;
}
User avatar
Moderator

GK User
Tue Feb 23, 2016 1:53 pm
thank you so much - works like a charme!
User avatar
Fresh Boarder

teitbite
Sat Feb 27, 2016 6:42 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron