Hello,
on my testwebsite I'm using the breadcrumb module as you can see on that page. I also like to use an extra module in the same position as the breadcrumb, but then moved to the right.
For now I managed this with an extra module in module position 'breadcrumb' but on mobile (or when I adjust my screen to smaller size) this text is overlapping the breadcrumb.
Is it possible to add a extra module position in the same line as the breadcrumb that will stack downwards on mobile view, so it will be beneath the breadcrumb when looking to the site on mobile?
Thanks!
- Mol4
- Commercial Templates
- Wednesday, 03 February 2016
- Subscribe via email
Hello
Have you considered using on of the top-2# module positions for both the breadcrumbs (top-3a) and your module (top-3b)? Your modules should then function as you wish.
Ciarán
Have you considered using on of the top-2# module positions for both the breadcrumbs (top-3a) and your module (top-3b)? Your modules should then function as you wish.
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Hello Ciarán,
when I use the top 3 position the breadcrumb path looks a lot different. Should I also change this in the css? Thanks!
when I use the top 3 position the breadcrumb path looks a lot different. Should I also change this in the css? Thanks!
- more than a month ago
- Commercial Templates
- # 2
Hello
To resolve try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To resolve try adding the following to the Custom CSS field of your templates parameters...
.breadcrumb a {
color: #DDDDDD;
background: none !important;
}
.breadcrumb img {
vertical-align: 0%;
}
.breadcrumb li {
background: none !important;
color: #555555;
text-shadow: none;
border-bottom: none !important;
}
.breadcrumb li a {
color: #999999;
display: inline-block;
padding: 0;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hi Ton
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Hi Ton
You had a number of template styles so rather than adding the CSS to each style we added it directly to the templates CSS.
Ciarán
You had a number of template styles so rather than adding the CSS to each style we added it directly to the templates CSS.
Ciarán
- more than a month ago
- Commercial Templates
- # 8
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »