Footer Widgets

This topic contains 5 replies, has 2 voices, and was last updated by  Simone 9 years, 9 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #10879

    directory
    Expired Member
    Post count: 1502

    I noticed these two things on the footer of my site:

    1. Blog post title spreading out too much
    2. Copyright symbol touches the edge of the screen

    How can I fix these? Thank you in advance.

    #10880

    directory
    Expired Member
    Post count: 1502
    This reply has been marked as private.
    #10881

    Simone
    Expired Member
    Post count: 3515

    Manilaboy, I think that’s due to the modifications you (or your developer) are doing. It does not come from GD, please edit things with care, not wildly.

    you can set the blog post title in the style css (please use a child theme)

    
    
    h1.entry-title {
    width:yourwidht;
    }
    

    and the footer

    p.source-org.copyright { padding-left:5px; }
    #10885

    directory
    Expired Member
    Post count: 1502

    Thank you, Simone. Yes, I am using the GDF child theme.

    #10927

    directory
    Expired Member
    Post count: 1502

    Hi Simone,

    I found the problem. I mistakenly entered 100% instead of 98% for the side width in the GDF settings. Thank you for help.

    #10928

    Simone
    Expired Member
    Post count: 3515

    Hi,
    that’s what i meant when I say “edit things with care” 🙂

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

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

Open Support Ticket