Align image on the bottom

Posted in: Newspaper
Post count: 50

Hello there, I used the option where you have in the category to insert an image as a background to a specific category, but I want the image’s position to be center bottom of the page.

On individual pages I use this code to achieve this, but on the category I can’t find how to put the code or the option to achieve the same result.

.page-id-207 {
background-image: url(“http://projectbebest.com/wp-content/uploads/2015/12/homepage-bg.jpg”);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center bottom;
}

Could you please help me?

I’ve also attached the screenshot from the option I use inside the category.

https://db.tt/zdn0T4Jy

Thanks

Post count: 22421

Hi,

I’m not sure how you want it positioned, but you can try this solution:

.category-gadgets .backstretch{
top:550px
}

Change your category name to one of yours. mine is named gadgets.

Thanks.

Post count: 50

Got it, thanks a lot

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.