Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1031175

    Dear Support Team
    I’m working on the following page: http://bs-architekten.de/NEU/
    The page has as a default, that all contents are aligned right and left aligned.
    For two elements, unfortunately, I have not achieved this:
    1. For the footer, the line above should be exactly the same length as the line between footer and socket. Currently, she stands out on the right and left over this area. If I add the #footer {margin: 0 50px;} script (it’s not in there right now), then the footer’s text content will also shift around that value. The text should remain the same as currently displayed and only the line above the footer should shorten. Can you help me?
    2. At the top of the menu, the right-most menu item “KONTAKT” should also appear right-justified with the picture below. At the moment there is still a gap here.
    Many thanks for your help
    Best regards Diana Steib

    #1032282

    Hey Diana,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1032355

    Dear Victoria
    Enclosed I send you a picture template in which I have presented the two desired changes: http://bs-architekten.de/support/01_Footer-Line-Menu.jpg

    1. Menu: The right navigation point “KONTAKT” is now completely aligned with the contents shown below (picture)
    2. Footer: The line above the footer is now just as long as the line above the socket area and no longer protrudes like it is currently in the website (right and left): bs-architekten.de/NEU/

    Thanks and best regards
    Diana

    #1033966

    Hi,

    Thank you for using Enfold.

    1.) This css code should adjust the top border:

    #footer {
        margin: 0 50px;
    }

    2.) You can remove the default padding of the very last menu item.

    #menu-item-3211 a {
        padding-right: 0;
    }

    Best regards,
    Ismael

    #1033986

    Thanks a lot Ismael. This script works perfectly!
    Best regards Diana

    #1034282

    Hi Diana,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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