New Landing How can we help? Atelier Blog Category Widget layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #187235
    GDS-TTF
    Member
    Post count: 8

    Hi, can you tell me how to change the layout for the blog widget for Categories that has the categories listed in boxes, two to a row? It’s laid out that way in the PSD file, but I can’t find any setting for it in the theme. The theme default seems to be one per line, with an underline.

    I’ve attached a small screenshot of the PSD area with the widget.

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #187287
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    We didn’t include this layout as it was to difficult to style. I’ve give it my best shot, but doesn’t line up perfectly.

     .widget.widget_categories ul li {
      border-left: 2px solid #f2f2f2;
      border-top: 2px solid #f2f2f2;
      float: left;
      margin: 0 !important;
      padding: 0 12px;
      width: 50%;
    }
    .widget.widget_categories ul li:nth-child(even) {
      border-right: 2px solid #f2f2f2;
    }
    .widget.widget_categories ul li:last-child {
      border-right: 2px solid #f2f2f2;
    }

    – Kyle

    #188287
    GDS-TTF
    Member
    Post count: 8

    Thanks, I’ll start with that code example and see if I can get it to line up.

    #188323
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok no problem

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register