Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1124110

    Hi
    I would like to have logo and menubar like on this page :http://www.brooklyngin.com/
    Is that possible?

    Thanks

    #1124129

    Also I have widget in my footer. I would like to have the content centered and I would like to border between them like the footer on this page:
    http://www.brooklyngin.com/
    Thanks

    #1124295

    Hi,

    Where can we see the results you have so far?

    Best regards,
    Rikard

    #1124330

    For the borders between the footer widgets I have tried the follwing:
    #footer .flex_column.av_one_fourth {
    border-right: 1px solid #fff;
    }
    #footer .flex_column.av_one_fourth:last-child {
    border-right: none;
    }

    It makes the borders but the content in the widgets is not centered.
    I found the css here: https://kriesi.at/support/topic/vertical-separation-lines-between-footer-widgets/
    and as you can see on the screenshot in the url, the content in the widget is not centered.

    • This reply was modified 5 years, 3 months ago by jakobl1976.
    #1124348

    Hi,

    You can try this in order to center the content:

    #footer .av_one_fourth * {
      text-align:center;
    }

    If that doesn’t work then we need to actually see a live site so that we can give you accurate CSS.

    Best regards,
    Rikard

    #1124486

    Hi
    Thanks
    I have a live testsite. I wrote it to you in private content.
    I have now entered your css and css for border between the widget columns. But as you can see widget 2 and 3 are not centered.

    The other issue about the navigation layout, do you have solution for that?
    I would like to have the navigation layout as here: http://www.brooklyngin.com/

    Thanks

    #1124973

    Hi,

    The site is on maintenance mode. We’ll need access to it.

    Have you tried applying the logo as a menu link? You can use image tag in the menu label field. Add a custom menu item, place it in the middle of the existing menu items, then add the img tag in the label field. Example:

    <img src="LOGO IMAGE URL" class="logo" />
    

    You can then adjust the menu item position containing the logo using css.

    Best regards,
    Ismael

    #1125013

    Hi
    No the page is not in maintenance mode, is just has an age verifier pop up.

    I will try with the add the logo as a menu link.
    Can you please help me center the content in the footer. As you can see widget number 2 and 3 are not centered.
    Thanks

    #1125021

    It worked fine adding the logo to the menu link :-).
    But I can’t reach it with css without effecting the other image in the menu bar. I have given it a class called .logo-menu
    The other image in the menu, should stay the size it has now.
    Hope it makes sense when you can see the page :-)

    #1125438

    Hi,

    Glad it works.

    You should be able to adjust the logo using the “.logo-menu” selector. Example:

    .logo-menu {
        width: 200px;
        height: 100px;
    }
    

    Best regards,
    Ismael

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