Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #981867

    Hello everyone, I need to make some changes in the created site based on the ‘Enfold’ template with the imported ‘enfold-wedding’ demo.

    1. Menu, needs to turn on the bar in the menu to be visible from the beginning (it is transparent at start)
    Start:
    http://img.vlop.pl/image.php?di=S0CC
    After:
    http://img.vlop.pl/image.php?di=LA46

    2. Spacing between departments, how can I reduce the amount of free space between “departments”, in the editor it looks ok, but the page no longer.

    editor:
    http://img.vlop.pl/image.php?di=1UXQ
    site:
    http://img.vlop.pl/image.php?di=NC4L

    #982319

    Hey kpuchala,
    For changing the transparent header, please try changing the “Header visibility and transparency” option in the “layout” panel to “no transparency” from the page editor:
    2018-07-06_234419
    For the spacing on your homepage please try this code in the General Styling > Quick CSS field:

    #top.home .template-page.content {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    }

    If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

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