Increasing the top menue width to match the slider width

Home Forums SKT Full Width Forum Increasing the top menue width to match the slider width

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #141812
    belal Salehbelal Saleh
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: November 4, 2019

    Dear
    i want to know howto increase the top menu width to match the slider width

    #141848
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL please?

    Regards,
    Dave

    #141860
    belal Salehbelal Saleh
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: November 4, 2019

    Www.rowadbm.com/wordpress

    #141870
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .header .center {
        width: 100%;
    }

    Regards,
    Dave

    #141927
    belal Salehbelal Saleh
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: November 4, 2019

    Thanks you ,
    its worked but when i reduce chrome window size , it is again not full , also for mobile version
    any solution ?

    #141982
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Remove:

    .header .center {
        width: 100%;
    }

    And replace

    .header .center {
        width: 100% !important;
    }

    Regards,
    Dave

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