please take a look at this

Posted in: Newspaper
Post count: 11

Hello

I just installed the theme and it seems to be off a couple pixels on the left. I uploaded a background spec image to make sure things are lined up and noticed. Please take a look…
Fresh server, fresh install of wp.
http://smashr.com

any ideas?

Post count: 11

also I cant find a way to make the header and slider area transparent like I’ve seen other sites using this theme…

thanks

Post count: 3343

Hi,
Strange 🙂
Use this CSS in theme panel -> Custom CSS to align it

#outer-wrap {
    left: -1px;
}

For transparent header use this CSS, but htis is for header style 3, depend on which header you use

.header-style-3 .td-full-logo {
    background-color: transparent !important;
}

Thanks!

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