Tagged: breadcrumbs, page title
Hi There,
How would i position the main page title under the breadcrumbs towards the far left of the header?
In the example link below i have achieved it through CSS however it is not very functional.
http://uprisetestdomain.co.uk/paramount/who-we-are/
Thanks in advance.
Hi Guys any help with this would be greatly appreciated.
Thanks,
I only noticed a small glitch if the screen re-sizes to 768px (then the breadcrumb shifts down and overlaps the title). You can fix it with following code
@media only screen and (max-width: 767px)
{
.responsive .title_container .breadcrumb {
top: -115px;
}
}
Thanks for the reply Dude,
I was wondering if there was a way to do it without CSS? Whenever i remove a page title the breadcrumbs shift and it ruins the layout.
One other thing in the link above you will not that my header section is quite low down the page, do you know how i shift the whole website up?
Thanks again.
Hi,
There probably is a way but it would require multiple templates to be changed in a way that would be seen as downgrading instead of improving them since it would mean stepping away from css and back towards table based design. Sometimes these quirks that become very noticeable to the person staring at the site many hours each day but are not even noticed by most if not all visitors.
Thanks,
Nick