Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #719176

    when you resize to smaller resolution submenu got that white margins on both side. you can see on this image

    View post on imgur.com

    url of website is in private content

    #719481

    Hey Uroš,

    Please try the following in Quick CSS under Enfold->General Styling:

    #sub_menu1 .container {
        max-width: 100% !important;
    }

    Best regards,
    Rikard

    #720050

    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all .container {
    width: 100%!important;
    max-width:100%!important;
    }}

    code you provide didn’t do the job so i accidentally found this code did the job. width was set to 85% and i changed it to 100%

    • This reply was modified 7 years, 4 months ago by Uros.
    #720078

    Hey!

    Happy you could solve it.
    Please feel free to create a new ticket, if we can do something else for you.

    Thanks a lot

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘"margins" on smaller resolution for submenu’ is closed to new replies.