-
AuthorPosts
-
November 8, 2018 at 11:42 am #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 SteibNovember 11, 2018 at 7:36 pm #1032282Hey Diana,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaNovember 11, 2018 at 9:48 pm #1032355Dear 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.jpg1. 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
DianaNovember 15, 2018 at 2:19 pm #1033966Hi,
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,
IsmaelNovember 15, 2018 at 2:56 pm #1033986Thanks a lot Ismael. This script works perfectly!
Best regards DianaNovember 16, 2018 at 6:12 am #1034282 -
AuthorPosts
- You must be logged in to reply to this topic.