This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

2 Issues with site

Open 4 replies themetheme-vantage
Started · Latest reply by James

1) even though I set the font size up to be the same throughout the site, on the pages they are different sizes
2) If I uncheck leave a replay/comment the footer padding increases in size by 400%

URL: http://www.proglobaltrade.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. James

    looking at your page source it seems there are some additional css attached to the text in page about and you have some lines italic in other pages which i assume are intentional), in the about page have you tried clear formatting, select all the text in the page in visual view click the icon that looks like a rubber to the right of the clipboard with a T in the middle.

    doing this should reset the text for you…

  2. David Fillpot

    I added the additional CSS as a way to deal with the expanded footer when I remove comments. I'll remove the additional CSS and see how that impacts font size.

    How do I remove the comments and not have the footer enlarge?

  3. David Fillpot

    I removed the custom CSS and no impact on font size. Ideally the fonts should be same size as about

  4. James

    Hi,
    on pages the larger font that says the name of the page is a header and is controlled via class H1 tags the page text is controlled via the class entry-content

    You need to clear all you <span styles you have added to your pages text.

    And add this CSS in custom CSS.

    .entry-content {
        color: #000;
        font-size: 20px;
    }

    This way you can change all content fonts size globally.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread