Block 9 Responsive Problem

Posted in: Newspaper
Post count: 2

Hi, I’m using block 9 in my website to show the first post, but on tablet it’s totally wrong.
How I can set a smaller title font on tablet for block 9?
and how I can set a floating left except for block 9 (just under the picture and title, not on the right side)?

You can see the website on http://roma.ilquotidianoitaliano.it/

Thank you!

Post count: 2

Now I changed block on the website, but is only a temporary solution.

I’m still waiting for your answer.

Thanks

Post count: 6600

Hi,

You could do this via custom css, like this: http://screencast.com/t/Wh5pa1eYI

@media (min-width: 768px) and (max-width: 1200px) {
    
.td_block9 .td_mod8 .item-details {
margin-left: 0px;
top: 242px;
}

.td_block9 .td_mod8 {
margin-bottom: 146px;
}

.td_mod8 .entry-title {
font-size: 10px !important;
}
}

Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.