• Resolved buenomaria

    (@buenomaria)


    hi!!
    I have a blog with spun theme and i want to extend always the plus simbols see in the home page because i prefer to see all the information
    someone can help me ?? i know that i have to change the css configuration but where ??

    thanks
    maria

Viewing 4 replies - 1 through 4 (of 4 total)
  • Look for

    }
    #secondary {
    clear: both;
    display: none;
    padding: 50px 0;

    then comment the line where display: none; shows and you are good to go!

    You will find this in the style.css

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Ideally you’d want to make that change without modifying the theme’s files. Spun often receives updates. If a theme updates while it has been modified, its modifications will be erased.

    If you don’t have a “Custom CSS”, “Custom CSS Manager” or “Edit CSS” section of the dashboard, or a Child Theme, install this Custom CSS Manager plugin and use its section of the dashboard to hold your CSS modifications.

    That means creating new styles that override old styles.

    Taking on @sharongolod’s advice, try adding this new style:

    #secondary {
     display: block;
    }

    Thread Starter buenomaria

    (@buenomaria)

    thanks andrew ,I have archive it!!!
    i have just changed the css with display block , and it is done!!!
    it is just I want !!

    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘change the css for extend the menu spun’ is closed to new replies.