Fix layout (Categories)

Posted in: Newspaper
Post count: 80

Hi,
The blocks width the categories (highlighted in the print) in my website are in front of the article titles only in the tablet view.
There’s any way I can fix this?

Post count: 6600

Hi,

Please use this css:

@media (min-width: 767px) and (max-width: 1018px) {
.custom_category {
position: relative;
left: 70px;
}

.td_block1 .td_mod2 .custom_category {
left: 0px !important;
}
}

Result: http://screencast.com/t/qauyChDtY

Thanks

Post count: 80

Perfect. Thanks Lucian.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.