Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi petepete,

    I′m not sure if I understand clearly, but let′s find out:
    This is what you are talking about? https://prntscr.com/avtjvv

    This is what you want to achieve?
    https://prntscr.com/avtkzl

    If so, you can use this in your CSS:

    #sidebar ul.submenu li {
    padding-left: 0;
    }

    Let me know if this helps!

    Bensita

    Thread Starter petepete

    (@petepete)

    Hi bensita,

    Sorry for the poor explanation and thanks for the quick reply. That is exactly what I mean, although the css did not work.

    Do you have other code I could try?

    Thanks in advance,

    petepete

    I′m checking your site now and I can′t see where you put that css line.
    Maybe the problem is that you have another rule after your change.

    Try this and tell me if it works now:

    #sidebar ul.submenu li {
    padding-left: 0 !important;
    }
    Thread Starter petepete

    (@petepete)

    Thanks for your answer again, but still no change. :/

    I′m checking your CSS files and I can′t see where you placed it.

    In wich file are you putting the code?

    Anyway, you can try with this one:

    .sidebar .widget li {
    	padding-left: 0;
    }

    and if it doesn′t work you can try important to override:

    .sidebar .widget li {
    padding-left: 0 !important;
    }

    Let me know if that works!

    Thread Starter petepete

    (@petepete)

    That worked great! Thanks for the help! ??

    I have two other questions regarding the same place. I would be forever grateful if you would help out.

    I would like to move the links more to the right and change the background of the “Om oss” link to another color.

    All the best,

    petepete

    Hi petepete,

    Sorry I didn′t come here before, lot of work over here ??
    Did you solved it already?
    If not, can you be more clear about it? I′m not sure wich links you want to customize.

    Let me know and I will help you again ??

    Regards,

    Bensita

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Trying to sidebar's menu and submenu to same level’ is closed to new replies.