Home Forums Re: Update 1.6 Weird CSS

McChazza

#23530

Many thanks Kenneth 🙂

Of course, I was in such a panic I didn’t see the resources links. Next time RTFM 🙂

Here’s the CSS I picked up and had to insert to correct my post-upgrade problems (all entered in appearance/graphene options/display/custom CSS:

– post titles were re-appearing. I previously had:

.post-title a, .post-title a:visited {
display: none;
}

but needed to add
.post-title,

to the list

- This bit sorted out the narrower top menu:

#header-menu, #secondary-menu {
margin: 0px;
}

- and this fixed my unruly site title and description, which was wandering about:

.container_16 .push_1 {
left: 30px;
position: relative;
top: 95px;
}

.container_16 .grid_10 {
width: 680px;
}

Good luck everyone! 🙂