In the home page when a node title is too long, more than the content region, it returns but it invades the area below. In my site it overlaps on the taxonomy terms of the node.
I add a screenshot

bye bye

fab

Comments

stuffnthings’s picture

Status: Active » Fixed
StatusFileSize
new7.38 KB

I had the same problem and fixed the style.css

the h3 tag needed some tweaking. Mine is posted below, it allows for auto height and brings in the width.
also created a node class with clearing. full css is attached.

h3 {
	height: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 40px;
	font-size: 1.6em;
        width:90%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
}
.node  {
width:90%;
clear:right;
}

committed to www.jacksonvilletx.info

stuffnthings’s picture

I still need to work on the form width because that is not working correctly still.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.