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!
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.
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!
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.
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!
Hi, Marius, thanks for the reply.
Here is the link: http://arenarubronegra.com.br/v3/outros/tudo-nosso-com-camisa-do-leao-bidu-vence-americano-no-ufc-184/
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.
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/
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!
-
This reply was modified 11 years by
Alin [tagDiv].
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!
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!
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!
