Customize GD Details Page

This topic contains 4 replies, has 3 voices, and was last updated by  Timothy Cermak 5 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #471712

    Timothy Cermak
    Full Member
    Post count: 96

    I would like to move the post title to below the image slide show and move the image slide show all the way to the top with less padding on the top.

    Below the image I would like the post title, And again to reduce the amount of padding in between items.. I have tried to do this by editing the GD listings page but it hasnt worked perfectly for me.. Any css that will Help?

    https://new.resourceshark.com/index.php/places/intelacomm/

    #471730

    Kor
    Moderator
    Post count: 16516

    Hi Timothy,

    Thanks for your post. Try using the custom CSS code below and see if it helps.

    header.fl-post-header {
        display:none!important;
    }
    
    .geodir-image-container ul.geodir-images li img {margin:0px!important;}
    
    .geodir-image-container ul.geodir-images li:after {
        margin-top: 50%!important;
    }
    .fl-post-content br{
        display:none!important;
    }
    #471739

    Alex Rollin
    Moderator
    Post count: 27815

    Please post all GDV2 related inquiries to the appropriate GDV2 subforum.

    To edit the layout of the GD Detail template, open the WP page called GD Detail template and arrange the contents as you like.

    You will need to use your builder settings to work with margins and padding and the like.

    #471743

    Timothy Cermak
    Full Member
    Post count: 96

    That worked great!

    #471744

    Timothy Cermak
    Full Member
    Post count: 96

    To be clear thank you kor, your CSS solution worked great

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

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

Open Support Ticket