A few things

  • Posted in : Efor
  • slperl03
    Participant

    hello,

    1. how can I make the top bar extend full width if the site is boxed?

    2. Can you provide css to add a solid dot next to the menu title in the main navigation like the screenshot attached from another site.

    3. Also when I had the site in full width the instragram feed at the bottom never reached full screen like the demo….how do i fix that if needed.

    Thank you very much
    Regards,
    Stuart

    serkan
    Moderator

    Hi @Stuart
    We can not make only the tab bar full width without touching the box layout.

    You can use this custom css code for the second issue;

    .nav-menu .link-text:after { content: ''; position: absolute; top: 50%; right: -14px;
        -webkit-transform: translateY(-50%);   -ms-transform: translateY(-50%);  transform: translateY(-50%);  display: block;  width: 6px; height: 6px; background-color: #ebd8d1; border-radius: 100%; }

    When you make the website full width, we can check the issue for the instagram.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register