Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24
  1. #21
    Join Date
    Apr 2011
    Posts
    516
    Plugin Contributions
    0

    Default Re: Responsive Classic Redesign Support thread

    Quote Originally Posted by chadlly2003 View Post
    To get the hamburger on the right side are just need to make some minor adjustments to the css. Let me know if you need anything else.

    Step 1

    Path: \includes\templates\responsive_classic\css\stylesheet_custom_navigation.css
    line: 12

    find this
    .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 270px;
    background-color: #fff;
    transition: transform 0.3s ease-out;
    }

    replace

    .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 270px;
    background-color: #fff;
    transition: transform 0.3s ease-out;
    }



    find this
    line40


    .sidebar.is-hidden {
    transform: translateX(-300px);
    }

    change to
    .sidebar.is-hidden {
    transform: translateX(300px);
    }

    Step 2
    path: includes\templates\responsive_classic\css\stylesheet_zcustom.css
    Paste at bottom of page

    .nav_spacer {grid-template-columns: 3fr 1fr auto !important;}
    .nav_spacer .row {order:2}
    .baralignment {margin-left:1rem;}


    @media (min-width: 576px) {
    .nav_spacer {grid-template-columns: 3fr 2fr auto !important;}
    }


    @media (min-width: 992px) {
    .nav_spacer {grid-template-columns: 1fr 2fr 1fr auto !important;}
    }

    Attachment 20975
    Thank you

  2. #22
    Join Date
    Apr 2011
    Posts
    516
    Plugin Contributions
    0

    Default Re: Responsive Classic Redesign Support thread

    Another question:

    How do I get the logo to be in the center of page on desktop?

    I removed search_header via admin but I can't figure how to have the logo in the middle of the logoWrapper.

    Thank you for the assist

  3. #23
    Join Date
    Jan 2015
    Posts
    501
    Plugin Contributions
    0

    Default Re: Responsive Classic Redesign Support thread

    Just put this piece of code at the bottom of stylesheet_zcustom.css. I believe this is what you are looking for

    Dont forget to remove the search bar.



    Code:
    .nav_spacer {
      display: grid;
      grid-template-columns: auto auto auto;
      justify-items: left;
      align-items: center;
      margin: auto;
    }
    
    
    #logoWrapper {
      display:flex;
      justify-content:center;
    }
    
    
    
    @media (min-width: 992px)  {
    
    .nav_spacer {
    grid-template-columns:1fr 2fr 1fr}
    
    }
    Name:  Screenshot 2025-05-27 150031.jpg
Views: 33
Size:  17.8 KB
    Last edited by chadlly2003; 27 May 2025 at 08:11 PM.

  4. #24
    Join Date
    Apr 2011
    Posts
    516
    Plugin Contributions
    0

    Default Re: Responsive Classic Redesign Support thread

    thank you.

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Templates, Stylesheets, Page Layout
    Replies: 1087
    Last Post: 18 Jan 2025, 07:23 PM
  2. v155 Tableau 2 Responsive Theme - Support Thread
    By numinix in forum Addon Templates
    Replies: 24
    Last Post: 24 Jan 2023, 04:05 AM
  3. v156 ZCA Responsive Classic Template for 1.5.6 [Support Thread]
    By rbarbour in forum Addon Templates
    Replies: 31
    Last Post: 15 Nov 2019, 04:21 PM
  4. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Addon Templates
    Replies: 0
    Last Post: 17 Mar 2016, 12:30 AM
  5. Bentley Classic Template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 173
    Last Post: 17 Sep 2013, 08:25 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR