Top menu mobile

Posted in: Newspaper
Post count: 205

How to remove space above logo in mobile while scrolling up? Click here to view image

Post count: 205

I mean to say that how to,
element.style {transform: translate3d(0px, 0px, 0px);}
to
element.style {transform: translate3d(0px, -54px, 0px);}

Post count: 205

OK, so i pasted below code
.td-header-menu-wrap.td-affix {
transform: translate3d(0px, -54px, 0px)!important;
}
inside PHONES CSS

Post count: 20688

Seems I didn’t see that happening when I tested. The code you mention worked, the problem is solved.

Post count: 205

Hi,
One common question
Earlier i was using Schema plugin for my site, but yesterday i uninstalled because i think that your theme is already schema ready. So i am right? Is your theme schema ready?
Thanks

Post count: 20688

The theme will add the required basic schema, you can test this with the Google tool
https://developers.google.com/search/docs/guides/prototype
https://search.google.com/structured-data/testing-tool/u/0/
Depending on the content you create, if you require additional schema information you can use a plugin or other methods
https://torquemag.io/2016/12/schema-markup-wordpress/

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