Problem with bullets and numbering & header background

Posted in: Newsmag
Post count: 29

Hello,

First of all, I love your theme it’s been fantastic.
But, I need some little help here

#1. Bullets and numbering
I’d like to make the second row onward to start exactly the same with the first row
Tried to dig more on CSS (probably it’s about list-style-position), but I failed as I know next to little on CSS.

here’s how it looks like on my post
http://www.screencast.com/t/7bOdWtnlnT

#2. Header Background
I wandered in this forum, found your link to a post how to tackle this thing. But, the link is broken. So I think I should ask you guys again.

And please do tell me the pixel size for the image best fit the area

Here the area I want to give background to:
http://www.screencast.com/t/hcm1Ah6c

That’s all guys. Thanks for the hard work

Post count: 6535

Hi

1. Try this css in theme panel > custom code > custom css: http://screencast.com/t/R8bZO3DKmcu

.td-post-content ul{
list-style-position: outside;
}

2. You can change the background color for the header from theme panel > theme colors: http://screencast.com/t/Dp3b7MS00tI5

The logo size depends by the header style used. With some header styles the logo it’s full width and with others have a limited size because it’s placed near the header ad. You can find more details about this in our documentation: https://forum.tagdiv.com/newsmag-logo-favicon/

If this is not what you mean please provide more details about this.
Thanks!

Post count: 29

Hi,

Problem #1 is solved

Problem #2: I need to put an image as a background to the area I mentioned before. Is it possible to do? theme panel wont let me do it (far as I knew)

Thanks Andrei L. for your fast response

Post count: 23312

Hello Syambarkah,

Unfortunately, there is no option for it in Theme panel, but you should try the code below to achieve what you want. Place the code in your Theme panel->Custom Css area alike this:
http://screencast.com/t/jRq4GQnNHb

If you want to have a full image in your header container, it is necessary to choose a correct size of image otherwise, you will have a free space in your header. The size of the container is 1021*130 px.

.td-header-header {
background-image: url("http://www.gettyimages.ca/gi-resources/images/Homepage/Hero/UK/CMS_Creative_164657191_Kingfisher.jpg");
background-repeat: no-repeat;
}

Here, you should see the result: http://screencast.com/t/4C8rrxjj

Hope this helps and let us know how it goes!

Thank you!

Post count: 29

Thanks a lot Catalin, it is such a big help.

Thanks a lot

Regards,

Argya

Post count: 23312

Hello Syambarkah,

Glad that I could helped!

Thank you for the message!

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