Header width with "narrow title-centered category-layout"

Support desk for Villa Belluci Joomla Hotel Template
GK User
Wed Sep 23, 2015 11:35 am
I have problem with width of header ("narrow title-centered category-layout" suffix) on my site http://www.karkas.info in bottom5 module position. It looks like unvisible boerders... Any ideas?
User avatar
Senior Boarder

teitbite
Sat Sep 26, 2015 12:35 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.box.title-centered .content h2, .box.title-centered .content h3 {
    margin: 0 0 80px;
}
User avatar
Moderator

GK User
Tue Sep 29, 2015 9:17 pm
Thanks TEITBITE,
But I think that's better sulution:
Code: Select all
.nspMain {
    overflow: visible;
User avatar
Senior Boarder

teitbite
Thu Oct 01, 2015 1:59 pm
Hi

Sure it can be done like that as well and will work fine in Your case, but for some NSP module configurations this may cause site to slide side to side in browser. Anyway it's good You've brought that up so other users having a similar problem will be able to choose what works better for them.
User avatar
Moderator

GK User
Fri Oct 02, 2015 10:37 am
Ok, thank you
User avatar
Senior Boarder


cron