Updating to v2 created a wide gap on my website homepage.

This topic contains 3 replies, has 2 voices, and was last updated by  Kor 4 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #486958

    Jeremy Iggers
    Expired Member
    Post count: 31

    I just updated http://www.globaltwincities.com from v1 to v2. Now there is a big gap with white space between the main column and the sidebar on the homepage. How can I make it go away? Thanks.

    #487041

    Kor
    Moderator
    Post count: 16516

    Hi Jeremy,

    Thanks for your post. Kindly try using the custom CSS code below and see if it helps. Insert into GD > Appearance > Customize > Additional CSS

    .content {
        width: 60%;
    }
    
    .sidebar-primary {
        width: 40%;
    }
    
    .content-sidebar-wrap {
        padding:10px;
    }
    #487069

    Jeremy Iggers
    Expired Member
    Post count: 31

    Thanks, Kor.
    That eliminated the white space in the middle, but now both columns are too wide. Could you suggest CSS that would move the white space to the left and right margins? Attached is an old screen shot with the correct margins. (There are other problems with the page in the screen shot, but you can ignore those.)

    #487694

    Kor
    Moderator
    Post count: 16516

    Hi Jeremy,

    Thanks for your reply. You can use the custom CSS code below to adjust that.

    .content {
        padding: 0px 0px 0px 100px;
    }
    
    .sidebar-primary {
        padding: 0px 100px 0px 0px;
    }
    
    .content-sidebar-wrap {
        padding: 20px 100px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket