Full width modules with 1px margin from right

Posted in: Newsmag
Post count: 51

Hi,

after I updated to the 1.6 version, my full width modules does not appears correctly now. It always appears with space/line/margin in the right side.

Screenshot: http://i.imgur.com/uaar35F.jpg?1
Website’s URL: http://arenarubronegra.com.br/v3

Thanks!

Post count: 9544

Not sure if this helps…
the theme has default 1px border as part of grid; if you change the color to white to hide it, the 1px space is still there. In theory, looking at the screen shot, if the background is black, you might be able to make the border-right color 1px #000 (black). While leaving the other borders on page white.

I don’t know the exact CSS for that, unfortunately.

Post count: 51

Chris,

thanks for the reply again (you always are helping here). 😀

So, actually, when I used the 1.5 version, I had already set the background as black and the line/margin did not appear.

Unfortunately, I can not make the right border because, in this case, is an widget.

Anyway, this line is bothering me. 🙁

Thanks!

Post count: 9544

Yeah. I’m working on a WooCommerce setup for our main site this weekend, and little minor things with the buttons are annoying, and I feel stupid for not being able to sort the right CSS over-ride (just got up, cup of coffee in hand.. going to try again!).

It’s the little things.

On the other hand I *love* some of the updates in 1.6 (might have been in 1.5?), like the footer setup options in the theme panel now SHOW the optional layouts for footer !! That is really cool, as I just noticed that yesterday.

Post count: 51

Sure, Chris! The last update is very good. The tadDiv team is walking to a flawless theme with those updates. Although I’m stressed with that line’s issue, I’m happy with the theme.

Inclusive, I discovered that line’s bug actually is some pattern set in style.css of theme.

Anyway, I would like be helped by tagDiv team with that, if possible.

Thanks!

Post count: 3343

Hi,

@Ramon
Davi please can you provide a working link to see the issue?

Thanks for the message!

Post count: 51
Post count: 280

how you make the theme full widthb please ?

Post count: 51

Hi, khracing,

Are you asking about the general theme or the block’s theme? Because if is about the general theme, I did not make it as full width.

Post count: 280
Post count: 7909

Hi,


@Ramon
Davi I can’t access you page: http://screencast.com/t/R9MEJof14Rk2

Thanks!

Post count: 51

Hi, Alin,

oh! sorry! I was making some modifications in permalinks. Try now: http://arenarubronegra.com.br/v3/noticias/tudo-nosso-com-camisa-do-leao-bidu-vence-americano-no-ufc-184/

Post count: 7909

Hi,

Please try this css in Theme Panel > Custom Css: http://screencast.com/t/7BR9E51JmWO

.td-container-border:after{
z-index: -1;
}

Also it will be fixed soon as possible!

Thanks!

Post count: 51

Excellent, Alin! That fixed the issue.

Thanks! 😀

Post count: 51

Hi again!

I updated the theme to last version and the issue is back, but now the “z-index:-1” doesn’t work anymore.

Website’s URL: https://arenarubronegra.com/noticias/em-sua-segunda-partida-como-titular-juninho-exalta-o-trabalho/. (Please, see the margin right next to “+ Lidas da semana” module.)

How I could fix it now?

Tks!

Post count: 23312

Hello Ramon Davi,

Please provide useful screenshots with your problem so I can quickly identify it.

Thanks.

Post count: 51

Hi, Catalin,

ops, Sorry! I forgot the screenshot. Here are the screenshot and its respective URL post: http://imgur.com/a/GRS0I, https://arenarubronegra.com/colunas/curtas/curtas-sal-agosto/.

Thanks!

Post count: 22421

Hello,

Please add this code in the theme panel-> custom css box:

@media (max-width: 1023px) and (min-width: 768px){
.td_block_15 .td_module_mx1 .td-module-thumb{
width:253px!important;
}
}
@media (min-width: 1023px){
.td_block_15 .td_module_mx1 .td-module-thumb{
width:342px!important;
}
}

Thank you!

Post count: 51

Hi Bogdan,

it’s fixed now.

Thanks!

Viewing 19 posts - 1 through 19 (of 19 total)
You must be logged in to reply to this topic.