End of Support for Joomla 3 - Forum closed
Logo - size & position
- mesquite
- Topic Author
- Visitor
- Thank you received: 0
Hi
I'm using the template: BIKE
Please see: www.topdrawerdesigns.co.uk
Is it possible to position a logo to the centre of the page where on the demo site you have the text: Radon - Skeen 29"
Can a logo be put in this central position and increased in size?
Many thanks
Terry
I'm using the template: BIKE
Please see: www.topdrawerdesigns.co.uk
Is it possible to position a logo to the centre of the page where on the demo site you have the text: Radon - Skeen 29"
Can a logo be put in this central position and increased in size?
Many thanks
Terry
by mesquite
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Sorry but this place is reserved for the sldieshow with text or headline.
Anyway you can place the logo with some css code to the center of the page but where should the logo go if you scroll down?
Add this code to xour custom.css
I think its not a solution, because the logo is in center place when you scroll down!
And to fix this you need some javascript codes.
Anyway you can place the logo with some css code to the center of the page but where should the logo go if you scroll down?
Add this code to xour custom.css
.logo {
float: none;
left: 0;
position: absolute;
right: 0;
text-align: center;
top: 200px;
}
I think its not a solution, because the logo is in center place when you scroll down!
And to fix this you need some javascript codes.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- mesquite
- Topic Author
- Visitor
- Thank you received: 0
Okay, thanks for the response.
Looks fine on tablet and smartphone but a bit small on PC.
Regards
Terry
Looks fine on tablet and smartphone but a bit small on PC.
Regards
Terry
by mesquite
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates