When including a Heading for a post with the Template Builder, using the Heading (+Breadcumbs) item, the heading overwrites the sidebar if it is too long. Is it possible to wrap it, just like the title is wrapped when it is not displayed with the Heading (+Breadcrumb) item or in the loop?
Wrapping Headings (+Breadcrumbs)
6 posts from 2 voices-
Posted 10 months ago #
-
Hi shutterlag,
Can you post the link of your site with that issue?
Regards,
IsmaelPosted 10 months ago # -
Here you go: http://new.upm-cdm.de/shandong_registration/. Can I send you the username and password by mail?
Posted 10 months ago # -
Hi shutterlag,
Kindly add this code in your Quick CSS:
h1.main-title, .avia-breadcrumbs { width: 620px !important; } .breadcrumb-trail span, .breadcrumb-trail a { font-size: 9px; }This will prevent the title to overlap, as well as the breadcrumbs. The breadcrumbs font size have been set to 9px because it won't look good if it is pushed down. Hope this helps. :)
Regards,
IsmaelPosted 10 months ago # -
Worked great! Thanks alot. One question regarding the places where I can place custom styles, though:
I created a child theme for choices and placed most changes I made in the styles.css of that child theme. There are some changes though, that don't show any effect if placed there. One is this change. It only works if placed in QuickCSS or in the Custom.css. Adding a boarder around the boxed layout was the same. Is there a rationale behind this?
Posted 10 months ago # -
Hi shutterlag,
I'm not sure why, but it might be because there are more specific styles located in some styleheet that overrides the style you made in your styles.css. Try to use the !important, this will prevent other styles from overriding the styles you made. If that doesn't work, kindly post a link to your site that uses this theme, so we might be able to give you a more accurate answer. :)
Regards,
IsmaelPosted 10 months ago #
Reply
You must log in to post.














