• Resolved Award

    (@award)


    Hi,

    Im new to WordPress so had Netregistry create a website for my business. I cant add or edit any text on my home page or the Service icons and side panel shift down and the whole layout changes. It’s almost as though its too wide for the page? I really don’t know why its happening and my website currently looks like a mess:

    Could someone please tell me why this is happening and if possible how I could correct it?

    I appreciate your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey Award,

    You got it right, that section of icons representing your services is too wide to remain on the same line.

    This is an issue with the theme that Netregistry set up for you, so please consult them for a solution.

    If you’re looking to do it yourself, install the Jetpack plugin for WordPress, and paste the following into the Custom CSS section:

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 15px;
      }

    Currently, the margin between the icons is set to 30 pixels. The code I provided makes it 15 pixels, which allows the icons to fit better.

    Hope that helps.

    Thread Starter Award

    (@award)

    Hi wanderingbedou, Thanks for your prompt reply. I appreciate your help – will talk to Netregistry. Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Why does my Home Page Display Change every time I do anything?’ is closed to new replies.