• Resolved AskFred

    (@askfred)


    Hi,

    I wanted to remove the unwanted space above the footer and below the 3 icons (Facebook Ads), (We Can Help You) and (Contact Us). Link is here https://kerrsocialmedia.ng.tn/

    Some more help
    2. How can I increase the font size of the text in the body?
    3. How to make the footer size bigger, so that social icon images and links can be put in?

    Please sort out my problems.

    Thanks in advance,
    Fred

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try this custom css:
    1.

    .home.page #full-division-box {
      display:none
    }
    .home.page #full-client-box {
      display:none
    }

    2.

    body {
      font-size:14px
    }

    (currently 12px)

    3. The used part of the footer is 1170px wide. This is the same width as other page elements and about the most you can get without alienating a lot of users. You could reduce font sizes or have only 3 footer widgets to make more space?

    The header image is left justified unlike other page elements. To line it up on the page you could use:

    .front-header-image img {
      display:block;
      max-width:1170px;
      margin:auto
    }

    If your theme does not have a setting where you can enter custom css, you can use a plugin like this one:
    https://www.ads-software.com/plugins/simple-custom-css/

    Thread Starter AskFred

    (@askfred)

    Hi Lorro,

    Thanks, the custom CSS you provided worked. I am happy. Thanks

    I have some more issues which I can’t address due to very weak knowledge of CSS.

    1. I need to add a logo image in place of the text.
    2. I want to use the same header and footer on all the 4 pages on the site. Only the header images for each page would change.
    3. I need to increase the font size of the NAV Menu and also change the highlighted color from orange to some other color.
    4. How to increase the font size in the body of all the other 3 pages – Who We Are, What We Can do for You and Contact.

    https://kerrsocialmedia.ng.tn/

    Thanks once again,
    Fredrick

    1. I can see a logo in the top left hand corner so maybe you fixed this one since posting.

    2a. Try inserting an image at the top of each of the other 3 pages. If this isn’t satisfactory, it will be necessary to recode parts of the theme templates. PHP skills will be needed.

    2b. The pages seem to all have the same footer?

    3a.

    #skenav a {
      font-size:20px
    }

    3b. Appearance menu > Customise > Colours > Set theme colour

    4. The body font size snippet from above affects all the pages.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Fix Unwanted Space Problem’ is closed to new replies.