Listing page margins

This topic contains 2 replies, has 3 voices, and was last updated by  Guust 6 years, 6 months ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #401523

    Katja Ankila
    Expired Member
    Post count: 9

    Hello,

    I am still desperately trying to make the listing page to look more professional.
    I asked earlier how to make the page full-width without any sidebars. I got your reply.

    I also wanted to do the slider full-width, but it did not work even if I do not have portrait photos.

    Now the problem is that the page is full width, the slider is not and in the page most of the info and text arein the very left corner. The page margins are really small.
    So in desktop computer it looks really wird.

    How can I make the page looks better in desktop?
    I need at least bigger empty page margins to the left side. Could you please help.

    https://www.kotikyla.com/ilmoitustaulu/pirkkala/kaksiojarvinakymin/

    #401530

    Kor
    Moderator
    Post count: 16516

    Hi Katja,

    Could you try applying the custom CSS code below into GD > Design > Scripts > Custom Style CSS and see if it looks better?

    
    
    .geodir-slides img {
        display: block!important;
      width: 100vw!important;
      height: 100vh!important;
      object-fit: cover!important;
    }
    
    .geodir-company_info {
        width: 50%!important;
        margin:0 auto!important;
    }

    Thanks!

    #401532

    Guust
    Moderator
    Post count: 29970

    Try this CSS:

    
    
    .wrap-content  {
    max-width: 1280px;
        margin: auto;
    }

    Let us know.

Viewing 3 posts - 1 through 3 (of 3 total)

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

Open Support Ticket