Problem with latest Posts page

Premium BuddyPress WordPress theme perfect for venue, music brand or community music website.
GK User
Thu Jan 23, 2014 3:51 pm
Please have a look here:
http://mathis-nitschke.com/wp/en/projects/

Why is the dark bottom with the "Bottom V" widget so deformed? It's only on that page ...
User avatar
Expert Boarder

GK User
Thu Jan 23, 2014 4:01 pm
Hi,

Do you mean the backgorund of this section? Try to add this code into override.css file:

Code: Select all
body.style5 #gk-bottom-section {
background: #1c1e21 url('../images/style5/bottom_bg.jpg') no-repeat center bottom;
}
User avatar
Moderator

GK User
Fri Jan 24, 2014 1:45 pm
Hi Piotr,

your code is nice and helps the look. But it doesn't solve the problem of this:
bottom_deformed.JPG


compared to this:
bottom_good.JPG


Somehow the "Latest Posts" page template treats the bottom on sidebar only.
User avatar
Expert Boarder

GK User
Fri Jan 24, 2014 2:32 pm
Ok, this problem not occurs in Chrome browser, I checked FF, please change code from override.css file to:

Code: Select all
#gk-bottom-section {
    margin-bottom: -30px;
    margin-top: 0;
}


You can also add this code if you want less white space and more background from bottom section:
Code: Select all
#gk-bottom-section:before {
height: 250px;
}
User avatar
Moderator

GK User
Wed Jan 29, 2014 9:50 pm
Thank you, both worked beautyfully!
User avatar
Expert Boarder


cron