End of Support for Joomla 3 - Forum closed
Component not staying aligned.
- Dennisp3
- Topic Author
- Visitor
-
- Thank you received: 0
Hi,
I have created a Header including a logo. (image enc)
I adjust the header so that the left hand edge of the logo aligns with the graphic. When I view the site everything appears to be in line, however, when I view a different page the the image moves to the right. What do I need to do to keep the correct alignment.
Thanks
I have created a Header including a logo. (image enc)
I adjust the header so that the left hand edge of the logo aligns with the graphic. When I view the site everything appears to be in line, however, when I view a different page the the image moves to the right. What do I need to do to keep the correct alignment.
Thanks
by Dennisp3
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8835
- Thank you received: 1736
Hi there,
it is simple css/html know how. And please do not use the "crazy" JCE editor to align your images.
If you want to float 2 objects within one container you have to use one of these options.
There are 2 Options to solve the aligment:
1.) Option
it is simple css/html know how. And please do not use the "crazy" JCE editor to align your images.
If you want to float 2 objects within one container you have to use one of these options.
There are 2 Options to solve the aligment:
1.) Option
2.) Option<div class="uk-clearfix">
<div class="uk-float-right">...</div>
<div class="uk-float-left">...</div>
</div>
<img class="uk-align-left" src="" alt="">
<img class="uk-align-right" src="" alt="">
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:10 years 1 month ago
by joomlaplates
Last edit: 10 years 1 month ago by joomlaplates.
The following user(s) said Thank You: Dennisp3
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates