• Resolved Oldjim

    (@oldjim)


    Using Tiny Framework Child the copyright footer uses only 75% of the standard width and I would like it to use the full width as it needs to include the full legal details of the Ramblers

Viewing 9 replies - 1 through 9 (of 9 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Let’s see the page with the problem

    Thread Starter Oldjim

    (@oldjim)

    This is a screen shot https://www.holtlane.plus.com/images/footer.jpg
    I just put the text into the widget without any formatting except for a line return before “Registered Office”
    Also I don’t know why I have a black dot at the bottom left

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I believe you, but you should link us a Webpage that has the issue.

    Thread Starter Oldjim

    (@oldjim)

    Unfortunately I can’t at present as it isn’t published but is still local on my computer
    This is the source code taken from the page

    <div id=”copyright-widget”>
    <section id=”text-8″ class=”widget widget_text”> <div class=”textwidget”><p>Copyright Dorset Area Ramblers
    The Ramblers’ Association is a registered charity (England & Wales, no: 1093577, Scotland, no SC039799 and a company limited by guarantee, registered in England and Wales. (no 4458492)
    Registered office: 2nd floor, Camelford House, 87-90 Albert Embankment, London SE1 7TW</p>
    </div>

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin https://www.ads-software.com/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications:

    Alternatively use your Child Theme style.css file to hold your CSS modifications:

    .site-info {
        max-width: 100%;
    }

    I checked out the theme’s demo by the way.

    ( nevermind )

    Thread Starter Oldjim

    (@oldjim)

    To add as I didn’t realise it wouldn’t show up
    There is a line break (html code) before Registered office and before The Ramblers Association
    There isn’t any other code

    Thread Starter Oldjim

    (@oldjim)

    Added the code to the style.css as suggested and that fixed it – thanks

    Thread Starter Oldjim

    (@oldjim)

    Marked as resolved

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How do I make the Copyright Footer full width’ is closed to new replies.