End of Support for Joomla 3 - Forum closed
[SOLVED] Blog layout questions
Hi,
could you please help me with a blog layout problem www.gabineurohr.com/index.php/blog
the pictures are not inline with the text and the header is too big for my taste. I manage to change it in the developer tool but my try to apply it in custom css failt. Where can I define h1, h2, h3 ... I was searching the whole afternoon, I couln'd find it.
Thank you very much
Thomas
could you please help me with a blog layout problem www.gabineurohr.com/index.php/blog
the pictures are not inline with the text and the header is too big for my taste. I manage to change it in the developer tool but my try to apply it in custom css failt. Where can I define h1, h2, h3 ... I was searching the whole afternoon, I couln'd find it.
Thank you very much
Thomas
by rast537
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there,
1.) Add this code below to your css/custom.css and change the font size:
2.) The image is not inline, please use "float:none" as shown below.
1.) Add this code below to your css/custom.css and change the font size:
.uk-article-title {
font-size: 30px;
}
2.) The image is not inline, please use "float:none" as shown below.
Attachment floatnone.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
The following user(s) said Thank You: rast537
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates