Contact page

GK User
Mon Apr 27, 2015 8:16 pm
Please help.

The article layout pages look so different from the original pages. I don't know how to fix it.

Here is the contact page

http://tobefollowed.com/contact-us/1-mia-press

Here is an article where I don't want to use a body image. I used a table and centered it so the text wouldn't be aligned all the way left but the space of the body image is still a problem.
http://tobefollowed.com/portfolio

How/where do I set the layout of the pages and the contact page?
User avatar
Junior Boarder

GK User
Tue Apr 28, 2015 6:12 am
customcss.jpg


Adding this code didn't change anything.

CODE: SELECT ALL
.header.no-image {height: 0;}

Please help.
User avatar
Junior Boarder

teitbite
Fri May 01, 2015 9:47 am
Hi

There were no style of the contact selected in configuration for contact. I switched to "Plain" and contact looks fine now.
User avatar
Moderator

GK User
Fri May 01, 2015 2:17 pm
Thanks.

Now the only problem is the space of the body image that is missing. Using the code .header.no-image {height: 0;}
the right way didn't fix the problem.
User avatar
Junior Boarder

teitbite
Mon May 04, 2015 12:17 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gk-bg .gk-wide-image img {
    margin-bottom: 0;
    margin-top: 0;
}
User avatar
Moderator


cron