Archived topic
Footer Widget 1 / Table / CSS / Border
8 replies · Started by Marcel on March 26, 2018
Hi!
I use "Footer Widget 1" with a HTML-Widget:
HTML:
<table class="widget1-tabelle">
<tr>
<td>Anything1</td>
<td>Anything2</td>
</tr>
</table>
CSS:
.widget1-tabelle {
width: 60%;
margin-left: auto;
margin-right: auto;
border-color: red;
}
The result:
The border is only red at the top and on the left side.
I do not unterstand...
Hi there,
Not sure if I understand, I don't see any border?
Maybe try this to have a border around footer widget 1?
.footer-widget-1 {
border: 1px solid #000;
}
Hi!
I had delete the widget for the first time. Now you can check it again on the site (Footer-Widget-3) ... you will see the red line. But only left and top.
Remove your original CSS and try this instead:
.footer-widget-3 td {
border: 1px solid red;
}
OK, but now it seems like I have two border lines. Please check it on the site.
I can not delete the complete border....I do not know, why...
Hmm try this instead:
.footer-widget-3 td {
border: 1px solid #000;
border-width: 0 1px 1px 0;
}
No, it doesn´t work. I can not change or delete the border at the bottom and right side.
Now, I have delete the table at the footer widget. But it is very strange.
Hmm it was working when I used browser inspect.
Unfortunately I can't see the issue if the widgets is removed.