[Support request] Footer Widget 1 / Table / CSS / Border

Home Forums Support [Support request] Footer Widget 1 / Table / CSS / Border

Home Forums Support Footer Widget 1 / Table / CSS / Border

  • This topic has 8 replies, 2 voices, and was last updated 6 years ago by Leo.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #530851
    Marcel

    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…

    #531245
    Leo
    Staff
    Customer Support

    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;
    }
    #531254
    Marcel

    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.

    #531561
    Leo
    Staff
    Customer Support

    Remove your original CSS and try this instead:

    .footer-widget-3 td {
        border: 1px solid red;
    }
    #531581
    Marcel

    OK, but now it seems like I have two border lines. Please check it on the site.

    #531583
    Marcel

    I can not delete the complete border….I do not know, why…

    #531795
    Leo
    Staff
    Customer Support

    Hmm try this instead:

    .footer-widget-3 td {
        border: 1px solid #000;
        border-width: 0 1px 1px 0;
    }
    #532335
    Marcel

    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.

    #532686
    Leo
    Staff
    Customer Support

    Hmm it was working when I used browser inspect.

    Unfortunately I can’t see the issue if the widgets is removed.

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