What to add on CSS so that This will not appear

Posted in: Newspaper
Post count: 102

Open any article from this site http://www.gadgetsay.com on your phone you will see the top article ad as subscription there is a wrong css which the line moves to right hand side! See the image you will understand,

Image

Hope you will understood! The problem will of course come on phone because in desktop its floating the css the line to the right side but in mobile its crossing the border of the casual or normal look which is not good for the site visual on phone.

Thanks
Gadgetsay

  • This topic was modified 9 years by Gadgetsay.
Post count: 23312

Hello Gadgetsay,

Please try the code below and place it in Theme panel->Custom CSS area.

.td-a-rec-id-content_top{
text-align:initial;
}

The result -> http://screencast.com/t/3Ooa3wFWBy

Thanks.

Post count: 102

Sir, I asked you to open it from the phone, you will see the line is still crossing to the right side..

I was asking you to remove that black line which is just under the subscription widget.

Thanks You!

Post count: 22421

Hello,

When I open any post on your site from a mobile device, the subscription widget is not available: http://screencast.com/t/9dbdIjJ3s
If you want to remove the underline of the widget title, you can use this code:
.jetpack_subscription_widget .widgettitle::after{
display:none;
}

Thank you!

Post count: 102

Thanks

It worked!

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