Error

Posted in: Newspaper
Post count: 27

1. Why this error come out?http://www.screencast.com/t/H2qcHqRQ

2. And how to change the color of (http://www.screencast.com/t/7BNz6uVJBZ)

Post count: 6600

Hi,

1. Is not an error, it has to do with the fact that your are changing the slider’s layout on mobile. You have to use css positioning to move the title wrapper up:
Use this css:

@media (max-width: 767px){
.td-big-grid-post-2, .td-big-grid-post-3 {
border-bottom: 4px solid #ffffff !important;
}
.td-big-grid-title .td-sbig-title-wrap {
bottom: 10px !important;
}
.td-big-grid-post-3 .td-sbig-title-wrap, .td-big-grid-post-2 .td-sbig-title-wrap {
margin-left: 0px !important;
bottom: 10px !important;
}
}

2. Use this css:

.td-sbig-title-wrap a, .td-sbig-title-wrap .td-sbig-title {
color: red !important;
}

Thanks

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