How to change padding mobile menu

By Dionne van Oijen, 3 years ago. Last reply by Andrew Misplon, 3 years ago
Goodmorning, I used the following CSS to remove the space between the logo and the menu: .hgroup { max-width: none !important; } .logo img { width: 100%; height: auto !important; } .logo, #masthead, .hgroup { padding: 0 !important; } .support-text { display: none !important; } This worked! But after this the padding of the menu…

Changes will not be saved

By Eduardix, 3 years ago. Last reply by Andrew Misplon, 3 years ago
Hi I’ve updated to version 1.2.6 some minutes ago. WordPress 5.4.1 and GeneratePress as theme. This new version doesn’t allow to save changes!! I click repeatedly on the blue button (save CSS) but nothing happens. Previous version worked perfectly Regards Eduardix

sitiorigin css me da error al abrirlo

By Carlos Sanchez, 3 years ago. Last reply by Andrew Misplon, 3 years ago
hola cuando abro sitiorigin css le pincho al ojo y me da un error; Warning: preg_replace(): Compilation failed: escape sequence is invalid in character class at offset 4 in C:xampphtdocswordpresswp-contentpluginsso-cssso-css.php on line 756 que es y como uedo solucionarlo gracias

Updating css on posts

By Eric Kaplan, 3 years ago. Last reply by Andrew Misplon, 3 years ago
I’m trying to update h1 on all posts but I’m unable to do so in custom css. I can edit in inspect, but can’t figure out how to get it to save in custom css. Any ideas? http://evergreenpaws.com/dog-walking-blog/why-do-dogs-like-squeaky-toys/ Would like to have h1 be 36px, and also trying to get the image to be full…

Escape sequence invalid in character class – visual editor problem

By philosofen, 3 years ago. Last reply by Andrew Misplon, 3 years ago
Hello, I recently installed the Siteorigin CSS plugin for wordpress. When I want to use the visual editor it gives me an error at the top: “Warning: preg_replace(): Compilation failed: escape sequence is invalid in charaacter class at offset 4 in /home/xyz/domains/xyz.com/public_html/wp-content/plugins/so-css/so-css.php on line 756” Is this something I need to fix/ worry about? If…

Custom CSS blank screen

By _David32123_, 3 years ago. Last reply by Andrew Misplon, 3 years ago
Hello, I had this issue yesterday where my custom CSS was not working. When I clicked on the “eye” icon, there was a blank screen but I fixed it by clearing my cookies and cache from the past 7 days (I just created my website) and it worked. But then the issue came again and…

Site Origin CSS dropping out

By Howard Jones, 3 years ago. Last reply by Andrew Misplon, 3 years ago
I have just downloaded Site Origin CSS for evaluation in the hope that I can make some changes to the Pure and Simple Pro WP theme. I am finding that the CSS editor opens properly on a page but then drops out after about 10 to 15 seconds making it virtually impossible to achieve anything.…

Siteorigin CSS Plugin and Autoptimize

By SteveGM, 3 years ago. Last reply by Andrew Misplon, 3 years ago
Hi When I used the visual editor, the site/page wasn’t getting loaded with just a blank screen shown. I’ve narrowed it down to the Autoptimize plugin and more specifically the Optimise CSS option. if I either deactivate Autoptimize or Activate it but untick the Optimise CSS option, it works. Is it supposed to work with…

Horizontal lines on links and also images

By Christine Craven, 3 years ago. Last reply by Andrew Misplon, 3 years ago
Hi, I can’t seem to get the links to remove the lines on this page: https://farkasovskadesigns.com/home2/ I’ve added this to my additional CSS and nothing seems to work, including clearing the cache: .entry-content table, .entry-content a, a, a:hover { text-decoration: none; border-bottom: none; }