CSS question for Boost Campus

CSS question for Boost Campus

by T K -
Number of replies: 2

I Have this below html tag:

<img src="http://xxx/lms/pluginfile.php/1/core_admin/logo/0x150/-1/xx.PNG" alt="xxx">


For this below page-header, I want to align the logo to the right, instead of the current left:

header


And this is the css:

#page-header .logo img {
max-height: 120px;
}

img {vertical-align: middle;}


I have tried adding 'horizontal-align:' into the CSS but I only get options 'inherit, initial, or unset'. I did try to force typing 'right' but it does not show any change in the page.

I also tried adding the 'horizontal-align: right' to the raw css (together with all my custom css) but this does not work to align it to the right. However all my other formating css works fine.


Can someone help me here?

Average of ratings: -