Empty Space

Posted in: Newsmag
Post count: 20

Hi,

I’ve just switched my demo to “Clearvoice” from “Tech” and i can not make the same spaces that in the demo: https://puu.sh/wSFZs/c69220cc3d.PNG

In my homepage it looks like that, with borders and white color instead of the background color https://puu.sh/wSFZd/68bcb66491.PNG. I use TD COmposer, i make an empty space and drop row in it: /

Thanks in advance

Post count: 23312

Hello DarkStarzs,

If you will import the Clear Voice demo, notice that all the style of it will be applied to your website. Also, if you want to decrease the white space you should use a bit of CSS code to do this. Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td_block_empty_space{
height:10px!important;
}

The result is here -> https://www.screencast.com/t/jnVOt314NPJn

Thanks for the message!

Post count: 20

Hi,

I’ve already switched my demo to clearvoice, my problem is that i can’t make the same white Space that in the demo, on my website there is stil border and no transparency in my spaces…

Post count: 23312

Hello DarkStarzs,

Provide your website and show me exactly the area where you want to make some changes so I can provide a more accurate code.

Thanks for the message!

Post count: 20

Hi,

Here’s my website : https://erreur42.fr

I would like that this part : https://puu.sh/wTHkq/6655e030cd.PNG (with block 11 & 7) looks like in the demo, with a space between my big grid and my others “blocks” (like here : https://puu.sh/wTHr4/e560446a79.PNG )

I would also like that these “blocks 5” looks like in the demo, without white behind but like if they was directly in the background https://puu.sh/wTHn7/22ca48e5aa.PNG & https://puu.sh/wTHn6/2baa34bc8c.PNG (like here : https://puu.sh/wTHpT/b9d93235d8.PNG)

Thanks !

Post count: 23312

Hello Dark,

Regarding on gray border, if you want to remove all of it, you should check the Theme panel and change the color of it to white, for example from here -> https://www.screencast.com/t/tkA0uFBpIkP
If you will check our demo you will see that this is the default style of this site, as you can see here -> https://www.screencast.com/t/cTndMmqzb If you want to change it you should do it yourself because this task involves such a custom work and we cannot provide this type of services at the moment, sorry!

Thanks for your understanding!

Post count: 20

Hi,

Thanks for u’re help i’ve finally managed this with success.
I’ve a last question : is it possible to reduce the space between the header and the first big grid of the page ? And is it possible to disable this space on mobile ? https://puu.sh/wUlDH/a171ef838e.PNG

Thanks for all u’re help !

Post count: 23312

Hello Dark,

Try using the code below ->

.td-newsmag-voice .td-main-content-wrap{
margin-top:30px;
}

Thanks.

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