Block 9 style from Gadgets demo

Posted in: Newspaper
Post count: 115

I would like to use block 9 style from the offical gadgets demo, but use the Global medicine demo (where block 9 looks differently). How can make it so block 9 in the medicine demo setup looks like in the gadgets demo, with bullets and underlines?

Thanks in advance
http://www.screencast.com/t/sCcErAroZ

Post count: 23312

Hello Frydenborg,

Please provide your website URL so I can take a closer look at your block 9 style and also, you should provide some useful screenshots to show me, how exactly do you want to look this.

Thanks for the message!

Post count: 115

Hello Catalin. I want block 9 to look like block 9 as in the official Gadgets demo, as show at the official demo sites. See also the screenshot in the link as in first post.
The site currently looks the Global medicine official Newspaper demo, where block 9 looks differently. http://www.screencast.com/t/sCcErAroZ

Post count: 22421

Hello,
In order to replicate the look of the gadgets demo please add this code in your custom css box:

.td_module_8 {
padding: 0 0 0 15px;
border-bottom: 1px solid #eaeaea;
margin-bottom: 6px;
}
.td_module_8 .entry-title a {
color: #888 !important;
}
.td_module_8 .entry-title a:hover {
color: #000 !important;
}
.td_module_8 .entry-title a:before {
content: '';
width: 5px;
height: 5px;
background-color: #f45511;
position: absolute;
left: 0;
top: 7px;
}
.td_module_8 .td-module-meta-info {
display: none;
}
.td_module_8 .td-module-comments {
display: none;
}

Thanks.

Post count: 115

Hi Bogdan.
Thanks a lot. It seems to work, but the layout is still not the same.
http://www.screencast.com/t/uSlx9t6p

Text is written in the box, and the margins are still to large to text.
Hope you can still help.

Best, Henrik

Post count: 20688

Hi,

Seems a simple dot got lost in the code provided above, I have edited the code and it will work properly now. Please try it again
https://www.screencast.com/t/7Darp9qQH6

Thanks

Post count: 115

Awsome. Works like a charm now. Thanks a lot.

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.