New Landing How can we help? Atelier Shop page sidebar menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Atelier
  • #203862
    alee1284
    Member
    Post count: 4

    Hello,

    Am trying to remove the sidebar menu in my shop – I’ve has a looked at the css and worked out its something to do with this part

    .inner-page-wrap.full-width-shop .sidebar[class*=”col-sm”] > section {
    padding: 40px 15px 0;

    which I’ve tested in the CSS box but doesnt seem to like the * – as its giving me a warning (dont use ajoining classes – attribute selectors * are slow)

    Is there another part I can alter?

    Thanks,
    Alice

    Attachments:
    You must be logged in to view attached files.
    #203864
    alee1284
    Member
    Post count: 4

    Sorry that should be am trying to remove the padding of 40px to 0 not the whole sidebar.

    Cheers,
    Alice

    #204288
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You can use that css, no problem – feel free to ignore the message on the editor.

    .inner-page-wrap.full-width-shop .sidebar[class*="col-sm"] > section {
    padding: 0 15px 0;
    }

    – Ed

    #204317
    alee1284
    Member
    Post count: 4

    Thanks! Its working

    Alice

    #204422
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks to Ed.
    Thanks
    Mohammad

Viewing 5 posts - 1 through 5 (of 5 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