-
AuthorPosts
-
March 7, 2022 at 5:17 pm #1343520
we have added three widget in the footer.
One of them should be a custom HTML.
But if you insert a HTML table there, the line spacing just gets too big and looks unattractive as a result.
Furthermore there is an indentation in the left area and therefore it is no longer in line with the headlinein the Enfold demo you have for example the contact address, this is displayed very well, in our example the lines are torn apart
Is there an HTML example for this?
regards Alexander
in the last support case I had also asked how to enlarge the font above the menu (mail and phone entry), which is kept in the original top right very small
March 7, 2022 at 8:09 pm #1343534Hey Alexander,
Are you looking to remove the background in the table, and remove the padding on the left?
Best regards,
RikardMarch 8, 2022 at 9:58 am #1343584normally I would prefer a table structure e.g..
Phone: +49….
Fax: +49..
Mail: info@vxvxvx
etc. , but if it is not possible, then rather everything under each other in reasonable distances…. Take a look at the theme Enfold Restaurant, there are the contact information of various locations in the footer….Something like that maybe…
regards AlexanderMarch 8, 2022 at 1:12 pm #1343606Hi Alexander,
That demo is not using tables in the footer, it’s just plain text and links. If you want to start a new row, then you can use the br tag:
<br />
And if you want a new paragraph, then you can a new one in this way:
<p>This is a new paragraph</p>
Best regards,
RikardMarch 8, 2022 at 3:08 pm #1343650Hi Rikard,
I have found another way that looks very promising
with Pain Text and text-Mode (not visual)
look:
<span style=”margin-left: 0px;”>Adresse:</span><span style=”margin-left: 18px;”>Alexander</span>
<span style=”margin-left: 80px;”>Street</span>
<span style=”margin-left: 80px;”>City</span>
Telefon:<span style=”margin-left: 20px;”>+49 (0)999999</span>
Mail:<span style=”margin-left: 41px;”> (Email address hidden if logged out) </span>it works
what about the font size above the menu in the header, here where the mail address and phone number is displayed.
Take a look at my website… top right !!!March 8, 2022 at 7:16 pm #1343719 -
AuthorPosts
- You must be logged in to reply to this topic.