A few things Posted in : Efor slperl03Participant 5 January 2022 at 16:50 #74385 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 serkanModerator 6 January 2022 at 12:16 #74398 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 Efor - Coaching & Online Courses WordPress Themeby pixelwars Login and Registration Log in · Register