Jump to content

(NB41) Top Stories


newbie LAC

Recommended Posts

  • 1 month later...

@newbie LAC: I've purchased this for my other site but when I add the code you gave me to centre 'View all', it doesn't work.

.ipsWidget[data-blockid*="_nbTopStoriesWidget_"] #nbTopStoriesViewAll {
    text-align: center ;
}

I've tried adding !important but still it's not aligning it to the centre. :unsure: Any ideas Newbie?

-Edit-

Please ignore, I edited the template to centre the link. ^_^

Link to comment
12 hours ago, Joey_M said:

@newbie LAC: I've purchased this for my other site but when I add the code you gave me to centre 'View all', it doesn't work.


.ipsWidget[data-blockid*="_nbTopStoriesWidget_"] #nbTopStoriesViewAll {
    text-align: center ;
}

I've tried adding !important but still it's not aligning it to the centre. :unsure: Any ideas Newbie?

-Edit-

Please ignore, I edited the template to centre the link. ^_^

Hello,

.ipsWidget[data-blockid*="_nbTopStoriesWidget_"] .nbTopStoriesViewAll {
    text-align: center;
}

 

Link to comment
  • 2 months later...
  • 2 years later...
2 minutes ago, kefalo said:

Hello, 

is it possible to change text and image size?

Hello,

Yes.

What do you want to change for text? Size? Color?

And which text?

10 minutes ago, kefalo said:

image size?

Example

div[id^="ipsTabs_elNbTopStories"] .ipsImage {
    max-width: 100px;
    max-height: 100px;
}

div[id^="ipsTabs_elNbTopStories"] .ipsDataItem_icon {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}
Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...