Page 23 of 50 FirstFirst ... 13212223242533 ... LastLast
Results 221 to 230 of 498
  1. #221
    Join Date
    May 2015
    Location
    New Jersey
    Posts
    59
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    You can edit the responsive_mobile.css stylesheet for phones and the responsive_tablet.css stylesheet for tablets. Both are in includes/templates/winchester_black/css

    Thanks,

    Anne
    Thank you Anne. I was able to fix it for the iPad in vertical mode, but for the life of me, I can't get it to work in mobile. I'm assuming I have to add: .top-specials{margin-left:10px;} somewhere in the code, but it's not showing up no matter where I put it.

    The gray part showcasing the text 'FREE Shipping on all orders over $50.00!' shows up, but the link part for 'Specials' is absent.

    Maybe you could point me in the right direction as to what I need to add and where? Thank you very much again, and I hate to be a pain. It's just this one last thing and then my shop is pretty much complete.

    Thank you.

  2. #222
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by blackeyed5 View Post
    Thank you Anne. I was able to fix it for the iPad in vertical mode, but for the life of me, I can't get it to work in mobile. I'm assuming I have to add: .top-specials{margin-left:10px;} somewhere in the code, but it's not showing up no matter where I put it.

    The gray part showcasing the text 'FREE Shipping on all orders over $50.00!' shows up, but the link part for 'Specials' is absent.

    Maybe you could point me in the right direction as to what I need to add and where? Thank you very much again, and I hate to be a pain. It's just this one last thing and then my shop is pretty much complete.

    Thank you.
    The specials is hidden on phones due to width constraints. If you want to show it you will have to remove the display:none; from the element .top-specials

    Thanks,

    Anne

  3. #223
    Join Date
    May 2015
    Location
    New Jersey
    Posts
    59
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    The specials is hidden on phones due to width constraints. If you want to show it you will have to remove the display:none; from the element .top-specials

    Thanks,

    Anne
    Well, that's what I did to fix it on the iPad. But there is no code for it at all in the mobile version. The text is there though, just not the link. Since it just sits at the top of the header, it's not really an issue with size. I'm not referring to the pull out tab, rather the top message in gray.

  4. #224
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by blackeyed5 View Post
    Well, that's what I did to fix it on the iPad. But there is no code for it at all in the mobile version. The text is there though, just not the link. Since it just sits at the top of the header, it's not really an issue with size. I'm not referring to the pull out tab, rather the top message in gray.
    If you post a link to your site I can take a look.

    Thanks,

    Anne

  5. #225
    Join Date
    May 2015
    Location
    New Jersey
    Posts
    59
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    If you post a link to your site I can take a look.

    Thanks,

    Anne
    Thank you.

    Here is the link to my site: https://shop.atomicorchard.com/

    It's only an issue with mobile it seems.

    Thanks again!

  6. #226
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    No, you need to modify the css

    Thanks,

    Anne
    Above appears to be the end of a conversation that I too could use a little help on... Logo on "desktop" load is left justified, with tools/menu options on the right side. Downsizing the view moves the menu options "out-of-the-way" of the logo and the logo appears to become centered through the remaining downsizes... Been requested to center the logo when viewed with high resolution, but then I see the loss of land if something isn't done to keep the rightside tools in place... Seems to be a couple too many things for me to figure out at the moment and been at it for WAY too long already.

    Site is: http://sturgisrings.com

    Assistance requested. Again, would like logo to fill more of the main screen (preferably centered) but not to necessarily push everything that is located on the right side out of the way (down) causing the header to be much larger than it is now. If it could be underneath that content I think the site owner would be satisfied. :)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #227
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by blackeyed5 View Post
    Thank you.

    Here is the link to my site: https://shop.atomicorchard.com/

    It's only an issue with mobile it seems.

    Thanks again!
    This code is not in the tpl_header_mobile.php file:

    Code:
    <div class="top-specials"><?php echo HEADER_TITLE_SPECIALS; ?></div>
    If you look in the tpl_header.php file you will see how the code fits in ;)

    Thanks,

    Anne

  8. #228
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by mc12345678 View Post
    Above appears to be the end of a conversation that I too could use a little help on... Logo on "desktop" load is left justified, with tools/menu options on the right side. Downsizing the view moves the menu options "out-of-the-way" of the logo and the logo appears to become centered through the remaining downsizes... Been requested to center the logo when viewed with high resolution, but then I see the loss of land if something isn't done to keep the rightside tools in place... Seems to be a couple too many things for me to figure out at the moment and been at it for WAY too long already.

    Site is: http://sturgisrings.com

    Assistance requested. Again, would like logo to fill more of the main screen (preferably centered) but not to necessarily push everything that is located on the right side out of the way (down) causing the header to be much larger than it is now. If it could be underneath that content I think the site owner would be satisfied. :)
    To start, adjust the width of the #logoWrapper. If you want the logo to be centered you will need to remove the float:left; from the #logoWapper and the #logo. You will probably need to make adjustments to the other elements after you do this.

    Thanks,

    Anne

  9. #229
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    To start, adjust the width of the #logoWrapper. If you want the logo to be centered you will need to remove the float:left; from the #logoWapper and the #logo. You will probably need to make adjustments to the other elements after you do this.

    Thanks,

    Anne
    That's what I'm "afraid of" :) Thank you for looking into it.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #230
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by mc12345678 View Post
    That's what I'm "afraid of" :) Thank you for looking into it.
    If you make the first changes I can take a look and help line the other elements up. I know that you know this, but for anyone reading who doesn't know, you can use chrome and the developer tools to help you out ;)

    Thanks,

    Anne

 

 
Page 23 of 50 FirstFirst ... 13212223242533 ... LastLast

Similar Threads

  1. v151 Winchester Responsive
    By picaflor-azul in forum Addon Templates
    Replies: 952
    Last Post: 10 Aug 2023, 08:51 PM
  2. v155 Winchester Black responsive - looking for Social media icon flexible footer fix
    By MattA66 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 8 Jun 2021, 05:34 PM
  3. Ajax error with winchester black template
    By bluestorm in forum General Questions
    Replies: 2
    Last Post: 4 May 2016, 01:39 AM
  4. v154 Where do I find the images for sliders, using Winchester Responsive Black
    By zbdude in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Apr 2016, 12:00 AM
  5. v153 Winchester Responsive - Trouble resizing carousel size?
    By hols.club in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Nov 2014, 05:09 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