Hello @all,
ive a problem.
How is it possible to make an automatic break in the blogtitles in the blogoverview.
I tried to edit the settings.css on line 535 entry-title with the following configuration:
.page-title,
.single .entry-title,
.page .entry-title {
width:700px; —-> from 960 to 700
margin:0 auto;
color:#FFF;
font-size:48px;
line-height:48px;
}
The <br> in the blogtitles worked fine. But after this the Blog-Headline (“Blog” see Example) moved 260 pixels to the right.
Can u help me?
Example: http://jessicabode.com/?page_id=140
Thx
hewlett
What you described above does not replicate on the link you provided. Besides the overflowing post titles that’s due to the .page .entry-title
selector in your code I don’t see any other issues.