Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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 headline

    in 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

    #1343534

    Hey Alexander,

    Are you looking to remove the background in the table, and remove the padding on the left?

    Best regards,
    Rikard

    #1343584

    normally 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 Alexander

    #1343606

    Hi 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,
    Rikard

    #1343650

    Hi 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 !!!

    #1343719

    Hi,

    Thanks for the update. Do you want to increase the font size? If so, then please try this in Quick CSS:

    .phone-info div {
      font-size: 16px;
    }

    Best regards,
    Rikard

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