Ok just solved using a menu instead
Hello! Well it doesn’t work, even your test says so, it isn’t noticeable if there isn’t much text, but it is noticeable, I think that in the base class there is no centering or that 10-20 pixels too many have escaped.
https://app.screencast.com/DFdafIhZQX6cs
Anyway solved with padding, I suggest solving this only if the programmer is a perfectionist like me. Thanks 🙂
Thanks
Thanks, nice to hear
Hello after 2 Months, have you got any feedback ?
How is gone the investigation ?
I got reply also from your support and yes as Anamaria told it was a problem related to Siteground parameters, I just investigate with Siteground and I share solution for all Siteground users:
the problem is from
Plugin SG Security – Site Security – Lock and Protect System Folders : ON
So you have to set it as OFF but Warning do not disable or delete it because if it is ON means that
This write also some code under .htaccess under public_html/wp-content/ not the one under public_html/
so code will be there until you will set it OFF.
If you face the problem but you have not the Plugin maybe is possible you delete it in the past without put that OFF
so to do not care about code inside .htaccess under public_html/wp-content/ just activate again the Plugin set parameter OFF and than delete it,
or check in the .htaccess under public_html/wp-content/ this code and delete it (you need more experience and know how)
# SGS Directory Hardening
<FilesMatch “\.(?i:php)$”>
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
</IfModule>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</FilesMatch>
# SGS Directory Hardening END
Same problem, please provide a common solution, thanks, already sent a request.
Solved my self…
Create a class in Newspaper -> Theme panel -> Custom code -> Custom CSS
eg myclass in this way as you told
.myclass {
pointer-events: none;
}
put myclass in any element you need General -> Extra class in TagDiv Composer
Thanks
Thanks, this will effect all Big Grid Flex on website,
what to put in extra class for a specific page
Thanks
Hello…