Reddle

  • This is a request for a specific person’s help: others please be good enough not to respond.

    1. WHEN AM I ? widget: need to remove bottom border with bottom padding

    2. nav bar: can’t find correct code to enable me to increase font-size

    3. Sally McManus’ list widget: want to remove border underneath

    4. make sidebar a fair bit narrower

    Rich, I’ve moved on to Reddle, as it seems to cover the most bases for me, right now. But the above four queries will show you that it’s only ‘most’ and not ALL.

    OTY, guru, please …

    The blog I need help with is: (visible only to logged in users)

  • Rich, I finally found the right code to increase the font-size of the nav bar.
    1, 3 and 4 still require expert attention, please. :-)

  • Howdy,

    1. WHEN AM I ? widget: need to remove bottom border with bottom

    padding

    #main .widget-area .widget:last-of-type {
        border-bottom: none;
    }

    3. Sally McManus’ list widget: want to remove border underneath

    .widget img {
        border-bottom: none;
    }

    4. make sidebar a fair bit narrower

    Give this a try. It reduces the sidebar from 33% to 25%-ish and increases the content area by about that same amount.

    #main .widget-area {
        width: 25.5714%;
    }
    .secondary #content {
        margin-right: 41.25%;
    }
  • Thank-you, Rich !
    One problem remains – the first. I still have an extra border around the When am I ? widget.
    :-\
    I really quite like Reddle ! – but then, it probably won’t last …
    ;-)

  • @thesacredpath
    Please edit the title on this thread and remove the dross from it. NONE (not one) of us wordpress.com members are in a position to create threads and demand services from any specific Staff member in the tiles of the threads.

    Please put an end to this patterned behavior exhibited by one member before other members get the impression that we are in a position to be picky and choosy when it comes to posting threads for CSS support or any other support.

  • Hi @margaretrosestringer,

    I believe you’re looking to remove the grey border from that widget. Is that correct? If so, you can use this bit of CSS:

    #text-57 .wp-caption {
         	border: none;
    }
  • That didn’t work either.

  • The green border is added directly in the “When am I?” widget code so you’ll need to remove it in your widgets area:

    [caption id="attachment_14716" align="aligncenter" width="200"]<a href="http://www.timeanddate.com/worldclock/australia/sydney" target="_blank"><img class="wp-image-14716 size-full" style="border:2px solid #b3e3a9;" src="https://margaretrosestringer.files.wordpress.com/2015/03/picture0001.jpg" alt="" width="200" height="109" /></a> Click for <b>Sydney</b> Time & Date[/caption]
    <p style="text-align:center;"></p>

    Remove this bit and let me know how that goes:

    style="border:2px solid #b3e3a9;"
  • M. R. I’m seeing only the green border on When Am I? Is that the border you are wanting to remove?

  • @kathrynwp, I should have refreshed. :)

  • Rich, the grey border is fixed (i.e., removed). Being at that time in a rage, I forgot to mark this thread as resolved. Apologies and the usual thanks.

    @kathrynwp, see above, thank-you.

  • The topic ‘Reddle’ is closed to new replies.