Title: problem with plugin
Last modified: September 23, 2020

---

# problem with plugin

 *  Resolved [lucilafreire](https://wordpress.org/support/users/lucilafreire/)
 * (@lucilafreire)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/problem-with-plugin-63/)
 * Dear,
 * I used SiteOrigin CSS to align the logo with the site title. The alignment worked
   on the main page, however, when I open any other page on the site, the title 
   is shifted up. In other words, the alignment does not remain on the other pages.
   Can you help me solve this?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-with-plugin-63%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 14 replies - 1 through 14 (of 14 total)

 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/problem-with-plugin-63/#post-13446237)
 * Hi, thanks for reaching out.
 * Is SiteOrigin CSS currently activated? If not, please, could you activate the
   plugin. Once we’ve taken a look at the CSS rule in question we’ll be able to 
   advise further.
 *  Thread Starter [lucilafreire](https://wordpress.org/support/users/lucilafreire/)
 * (@lucilafreire)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/problem-with-plugin-63/#post-13455030)
 * Hello. The plugin CSS SiteOrigin was disabled, but I’ve already enabled it. I
   want to inform you that the CSS code generated by the plugin to align the title
   with the logo was cut and inserted directly into the additional CSS.
    The clipped
   CSS code was:
 * # site-title a {
    margin: 0px; padding: 0px; top: 19px; position: relative; }
    -  This reply was modified 5 years, 8 months ago by [lucilafreire](https://wordpress.org/support/users/lucilafreire/).
    -  This reply was modified 5 years, 8 months ago by [lucilafreire](https://wordpress.org/support/users/lucilafreire/).
    -  This reply was modified 5 years, 8 months ago by [lucilafreire](https://wordpress.org/support/users/lucilafreire/).
    -  This reply was modified 5 years, 8 months ago by [lucilafreire](https://wordpress.org/support/users/lucilafreire/).
    -  This reply was modified 5 years, 8 months ago by [lucilafreire](https://wordpress.org/support/users/lucilafreire/).
 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/problem-with-plugin-63/#post-13455177)
 * Thanks. If you could remove the CSS from Additional CSS and insert it in SiteOrigin
   CSS so that we can see the issue, that would be helpful.
 * At the moment, I can’t view your site, it’s a white page. Is your site working
   for you?
 *  Thread Starter [lucilafreire](https://wordpress.org/support/users/lucilafreire/)
 * (@lucilafreire)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/problem-with-plugin-63/#post-13552483)
 * Hi. My website is working. You were unable to view my site previously because
   I had enabled seedprod.
    I removed the css code from the additional Css and placed
   it inside the SiteOrigin CSS plugin as you requested. I will be waiting for a
   return. Thanks
 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/problem-with-plugin-63/#post-13553799)
 * Hi. Thanks.
 * The theme doesn’t appear to be actively setting the site title font size. The
   site title is contained in an h1 tag on the home page and an h3 tag on other 
   pages. The font sizes for these tags are different.
 * At Appearance > Custom CSS, add to your site title rule:
 * `font-size: 42px;`
 *  Thread Starter [lucilafreire](https://wordpress.org/support/users/lucilafreire/)
 * (@lucilafreire)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/problem-with-plugin-63/#post-13553914)
 * I added the reported code to the custom CSS, but I didn’t see any changes. See
   the link: [https://prnt.sc/v2iuvy](https://prnt.sc/v2iuvy)
 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/problem-with-plugin-63/#post-13553928)
 * Hi, you’d need to add the declaration (property and value) to the CSS rule.
 * Go to Appearance > Custom CSS, that’s where the rule is.
 * Locate:
 *     ```
       #site-title a {
         margin: 0px;
         padding: 0px;
         top: 19px;
         position: relative;
       }
       ```
   
 * Add the new declaration (property and value) `font-size: 42px;` to the rule.
 *     ```
       #site-title a {
         margin: 0px;
         padding: 0px;
         top: 19px;
         position: relative;
         font-size: 42px;
       }
       ```
   
 *  Thread Starter [lucilafreire](https://wordpress.org/support/users/lucilafreire/)
 * (@lucilafreire)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/problem-with-plugin-63/#post-13554034)
 * Hi. I entered the code and it worked. However, when I change the font-size, it
   again presents the same problem as before, that is, the title shift upwards. 
   I need to decrease the font-size because in the cell version the name “sustentabilidade”
   does not fit in a single line. It gets broken. Also, correctly align the title
   vertically with the logo. If you can help me, thank you
 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/problem-with-plugin-63/#post-13554082)
 * Hi, thanks for your feedback. This is possibly be a good question for theme support
   to assist with. We’re here to help with questions specific to the SiteOrigin 
   CSS interface at Appearance > Custom CSS but, unfortunately, aren’t able to assist
   too much with actual Custom CSS changes because the possible scope is so big.
   Are you using SiteOrigin CSS at the moment? It looks like your changes are using
   the core WordPress Additional CSS field.
 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/problem-with-plugin-63/#post-13554093)
 * When using the visual editor in SiteOrigin CSS, select the `#site-title` ID, 
   it’s in an `h1` on the home page and an `h3` on the other pages. If you set a
   font size for the `#site-title` ID as well as the `#site-title a` tag, it should
   resolve the jump. For further questions, please, consider contacting the theme
   author that wrote the styles for these tags. If you have any questions specific
   to the SiteOrigin CSS interface, we can certainly lend a hand.
 *  Thread Starter [lucilafreire](https://wordpress.org/support/users/lucilafreire/)
 * (@lucilafreire)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/problem-with-plugin-63/#post-13554123)
 * I am using the additional CSS because you asked me to insert that code into the
   additional CSS. I thought I couldn’t use the same code inside the plugin and 
   CSS SiteOrigin at the same time. I’m sorry if I got it wrong. I’m a layman with
   codes. I apologize for the inconvenience. I searched for your plugin precisely
   because the theme support did not solve the problem. CSS SiteOrigin is being 
   useful and partially solving my problem. I will try to do what you asked, but
   I confess that I don’t know where to start. Thanks.
 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/problem-with-plugin-63/#post-13554131)
 * No problem at all. We work with limited resources. Our free scope is constrained
   in what we’re able to assist with. In the case of SiteOrigin CSS we can help 
   with questions about the interface at Appearance > Custom CSS which is where 
   our plugin is located. There is a basic and visual editor there.
 * I’m sorry to hear theme support wasn’t able to help. You can try the following:
 *     ```
       #site-title {
         font-size: 22px;
       }
   
       #site-title a {
         margin: 0px;
         padding: 0px;
         top: 19px;
         position: relative;
         font-size: 22px;
       }
       ```
   
 * We, unfortunately, aren’t able to assist as a developer would. Ideally, our support
   scope here is to assist with navigating the SiteOrigin CSS interface and questions
   of that nature.
 *  [Boris](https://wordpress.org/support/users/borisshevchuk/)
 * (@borisshevchuk)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/problem-with-plugin-63/#post-13694130)
 * I installed the plugin SiteOrigin CSS it worked fine. After replacing http: →
   https:, the plugin stopped working. The history of changes has been preserved.
   If you go into edit mode (eye), just an empty field. Can you help me? My site
   [https://borisshevchuk.com/](https://borisshevchuk.com/)
    Thanks.
 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/problem-with-plugin-63/#post-13694197)
 * Hi Boris
 * There are mixed content warnings on your site. At Settings > General, ensure 
   that both URL’s are HTTPS. If both URLs are already set to HTTPS try installing
   a plugin like Really Simple SSL. If you need further assistance, kindly [open a new support thread](https://wordpress.org/support/plugin/so-css/),
   we’d be happy to lend a hand.

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘problem with plugin’ is closed to new replies.

 * ![](https://ps.w.org/so-css/assets/icon.svg?rev=2556879)
 * [SiteOrigin CSS](https://wordpress.org/plugins/so-css/)
 * [Support Threads](https://wordpress.org/support/plugin/so-css/)
 * [Active Topics](https://wordpress.org/support/plugin/so-css/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/so-css/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/so-css/reviews/)

 * 14 replies
 * 3 participants
 * Last reply from: [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/problem-with-plugin-63/#post-13694197)
 * Status: resolved