REVIEW – black theme – white border on mobile

Posted in: Newspaper
Post count: 17

Hello,

i have on mobile version on review box little bug.
Left and right border is white.
Top and bottom is grey.
This happens only in mobile version probably only on black version of theme.
Here is image.
Site is: http://www.rewind.sk

Thanks for help..
I tried to fix CSS and i fixed it one time but with theme update it again goes wrong.
Please fix this in update thank you.

Mobile version

Post count: 23312

Hello Dominikks,

You should use the code below and place it in Theme panel->Custom CSS area.

@media (max-width: 767px){
.td-review-footer:after {
background-color: black;
}
}
@media (max-width: 767px){
.td-review-footer {
border-left:none;
}
}

The result is here -> http://screencast.com/t/2IRzdqqI2

Thanks for the message!

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