How to set no-full-width, full-width, narrow-width suffixes

GK User
Tue Sep 20, 2016 11:02 pm
Where do I set these suffixes:

Page suffixes
no-full-width - disables the full width mode for a specific page (useful in example for a standard portfolio view for a category).
full-width - enables the full width mode for a specific page (if the specific page doesn’t support the full-width layout by default).
narrow-width - creates a more narrow version of the page
https://demo.gavick.com/joomla25/photo/

The content in my K2 article is stuck at full width as can be seen on the About US section on this page: http://carebridgedigital.com/about-us

Thanks for your time
User avatar
Junior Boarder

teitbite
Fri Sep 23, 2016 3:17 pm
Hi

Please take a look into this article: https://www.gavick.com/documentation/jo ... omla-pages You will find an example how to add page class suffixes in our templates.
User avatar
Moderator

GK User
Mon Sep 26, 2016 9:01 pm
Hi, thanks for the reply.

However I tried and it didn't work. You can see the narrow-width class in the body. Also, why is the header image repeating? How can I make it no-repeat?

Page in question:
http://carebridgedigital.com/about-us
User avatar
Junior Boarder

teitbite
Tue Sep 27, 2016 10:53 am
Hi

It was an example how to use suffixes, btu we do not have suffixes as "narrow-width", I was thinking You are going to add it.

For image, it's too small. Try adding this to override.css:

Code: Select all
.single-page > .header {
background-size: cover;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.