dustyhawk
asked 11 years ago

currently my logo and the text for the top menu looks like this

http://img4.uploadhouse.com/fileuploads/18298/18298678413f65d2f27bddfe6efce154caf1ebee.jpg

im trying to make it look like this

http://img6.uploadhouse.com/fileuploads/18298/18298683051fcfb7412397031c20c8abad7e41ef.jpg

.

how do i get the sidebar to be permanently on the right for everything? (home, permapost,etc)

what is the max width of main sidebar ? and is there a way to increase the width ?

for secondary sidebar , as per screenshot

http://img7.uploadhouse.com/fileuploads/18298/18298804ef9b431c1d0d43dcac84e209fbc3066c.jpg

each section is in individual widgets. how do i get for example

120×240 and 160×600 to appear in the same row and not separate? Think of this sections as premade-unable to modify widgets.

3 Answers
dustyhawk
answered 11 years ago

adding to the above,

i was reading this http://cmspioneer.com/designwall/question/logo-image-sizespacing/

tried using it and change the number to fit the logo that i am using. unfortunately the logo is still being cut off.

DominicStaff
answered 11 years ago

Please send me your site for further checking.
Regards,
Dominic

dustyhawk
replied 11 years ago

sandbox.dustyhawk.net/wp/

DominicStaff
answered 11 years ago

To resolve this issue, you can add the following code to the style.css file.


#branding h1 {
    height:...px;
}
#branding a {
    line-height: ...px;
}
#header #navigation li a {
    height: ...px;
    line-height:...px;
}
Powered by DW Question & Answer Pro