• Resolved lucilafreire

    (@lucilafreire)


    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 to see the link]

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Support Andrew Misplon

    (@misplon)

    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

    (@lucilafreire)

    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 4 years, 5 months ago by lucilafreire.
    • This reply was modified 4 years, 5 months ago by lucilafreire.
    • This reply was modified 4 years, 5 months ago by lucilafreire.
    • This reply was modified 4 years, 5 months ago by lucilafreire.
    • This reply was modified 4 years, 5 months ago by lucilafreire.
    Plugin Support Andrew Misplon

    (@misplon)

    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

    (@lucilafreire)

    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

    (@misplon)

    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

    (@lucilafreire)

    I added the reported code to the custom CSS, but I didn’t see any changes. See the link: https://prnt.sc/v2iuvy

    Plugin Support Andrew Misplon

    (@misplon)

    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

    (@lucilafreire)

    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

    (@misplon)

    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

    (@misplon)

    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

    (@lucilafreire)

    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

    (@misplon)

    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

    (@borisshevchuk)

    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/
    Thanks.

    Plugin Support Andrew Misplon

    (@misplon)

    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, 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.