Fork me on GitHub

News Module and Advanced_polls block customization  Bottom

  • Hi everybody,

    For my site : http://www.jeunes-democrates83.org/, working with a custom Seabreeze theme, I need to make some changes :

    - For the News module:

    - Make the category image float left.
    - I need to remove the article bottom text, in grey color between brackets: "(140 Lire la suite...)".
    - I need to move the text block [ Page principale | Archives ] above the: "Lire la suite..."

    - For the SONDAGES block (advanced_polls) I need to modify the size, color et position from the top of the block, of the titla of the poll : "Les Cafés Démocrates".

    Many thanks for the help.
  • I recommend you to start using Firebug
    and learn some CSS to manipulate the colors, sizes at will.

    Inspecting the topic image with Firebug you'll see which styles affect it, and you can change them in runtime to preview the possible changes you need on your stylesheets. You may need to add a CSS class for that and make it float:left;

    For the [Page principale|Archives] you'll need to customize the News template a little. I'll post my solution for that later, by now please enjoy and learn Firebug icon_wink

    --
    - Mateo T. -
    Mis principios... son mis fines
  • Many thanks! I use Firebug now, and I've find quite all the place to make modifications!
  • Maybe I'm drunk but I can't set align to left in my news articles (seabreeze) :(

    I add the "text-align: left;" to the style.css (modules/News/pnstyle):

    div.news_body {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: left;
    }

    What's wrong?

This list is based on users active over the last 60 minutes.