Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: NEW Avenue K9 BP 1.1 Theme Released


D Cartwright
Participant

@aekeron

Here’s what I did as a (no doubt really hacky/bad-practice) fix. Seems to display okay in IE8/Chrome/Firefox. Not so much in IE6 but luckily for the piece of work I’m doing I don’t need to support IE6 (muwahaha) :)

Edit

/wp-content/themes/avenuek9/_inc/css/layout/home-page/3c-right.css

Code:
#third-section {
margin-right: 40px;
width: 300px;
}

#second-section {
float: right;
width: 525px;
}

#first-section {
float: right;
display: none;
}

No doubt someone with better css experience will come and point out everything I’ve done wrong here :) But it’s working well enough for me to evaluate the theme a little more.

Skip to toolbar