PDA

View Full Version : Aligning a Header Image


Peter Cook
02-22-2017, 11:07 AM
Hi all

This should be an easy one for you! I was wondering if there is a way to align the title image in the header to the right? If so what code and where would I put the code?

With thanks
Peter

Seven Skins
02-22-2017, 04:13 PM
For default vbulletin 4 style, paste the code below in additional.css template.

.logo-image {
float: right;
}

Peter Cook
03-05-2017, 09:01 AM
Thank you my friend! Once again basics elude me :)

For default vbulletin 4 style, paste the code below in additional.css template.

.logo-image {
float: right;
}