Changing Header CSS

Home Forums All Other Themes Changing Header CSS

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #163725
    Matthew AshtonMatthew Ashton
    Participant
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: July 13, 2020

    I am using the SKT Charity Pro TEMPLATE

    For the header, I am using “header2”

    I want the header width to be 100% and not indented.

    Upon viewing the code via a browser, the solution is

    – change the div block “.site_boxed.container” to “100%” as it is currently at 80%

    – change the “div.inner” from 80% to 100%

    – change the “div.logo padding” from 15% to 0 and or simply delete this directive

    I can code up to a certain level, but this is the first time I have used WordPress

    Sadly, despite looking, I can not find where in WordPress to access the CSS scripts and alter them to my needs

    I can not find the CSS locations of the three div.’s.

    Can you kindly help?

    #163728
    Matthew AshtonMatthew Ashton
    Participant
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: July 13, 2020

    if i change the code in custom will this override everything else?

    #163800
    Matthew AshtonMatthew Ashton
    Participant
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: July 13, 2020

    I have inserted the following into the basic > Custom CSS

    .site_boxed.container {
    width: 100% !important;
    }

    .inner {
    width: 100% !important;
    }
    .logo {
    {
    padding-left:: 0% !important;
    }

    but nothing has changed

    can you kindly advise if I am doing this incorrectly please

    #163805
    Matthew AshtonMatthew Ashton
    Participant
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: July 13, 2020

    .site_boxed.container {
    width: 100%; !important;
    }

    .inner {
    width: 100%; !important;
    }
    .logo {
    {
    padding-left: 0px; !important;
    }

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

    Hi,

    Kindly show us your website URL please?

    Regards,
    Chris

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