• Resolved LauraLoft

    (@lauraloft)


    Hi everyone,

    I’ve been trying to customize the css file for the look I want inside the widgets. I”m almost there, except for three things that I can’t seem to ‘get right’. It seems I alter one aspect, then create a problem.

    My blog is here: http://blog.frenchgen.com

    1) the last link inside each of the widget is almost on top of the title of the next widget. I don’t know if this is a padding problem, or something else. I’ve tried to alter the padding to no avail.

    2) I created a mess with the submenu (ul, li) with the links, and children links in the widgets. I would like to get it to look ordered and neat..but..I can’t figure it out without going back to the original style. I would also like to add a small bullet as well.

    3) Is there way to arrange the footer widgets horizontally instead of vertically.

    example:
    widget 1 / widget 2 / widget 3 / widget 4

    I hope I explained all this right..I know it’s a lot to ask..

    (I started out customizing in the original css file w/o thinking about a child. I will start one )

    Thank you for any help you can give!

    Laura

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author alex27

    (@alex27)

    Hello!

    I see you’ve been busy 🙂
    To answer your questions:
    #1 Those are the styles applied to widgets in original theme. This is what ‘re missing:

    .widget {
    margin-bottom: 1.5em;
    overflow: hidden;
    }

    #2 About the bullets – I won’t give you all the rules, but here are some pointers.
    To display bullets: .widget ul { list-style: disc; padding-left: 20px; }
    Remove padding from links within your lists (.widget ul.menu li a)
    #3 In the original theme there are three prefooter widget areas. Did you add each widget to separate sidebar or all to one? To display them side by side you need to allocate your widgets between all Prefooter widget areas.

    And you absolutely need to create child theme!

    Thread Starter LauraLoft

    (@lauraloft)

    Thank you Alex! That cleared up most of the problems I was having. I’m still working on the bullet part but I’m confident I will figure it out. I appreciate your help very much!

    (I will get to work on that Child theme 🙂

    How can I remove these bullets from the product page??
    http://www.snaks5thavenchew.com/store/flaxseed-coco-mos/

    And Center the content on all the product pages?

    I have been searching so long for this answer

    Thank you
    Lisa

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Submenus and Widgets’ is closed to new replies.