Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2011
    Posts
    106
    Plugin Contributions
    0

    Default Top Wrapper containing login, basket, checkout etc. has a very small clicking area...

    Hi All,
    For some reason my Top Wrapper containing login, basket, checkout etc. has a very small clicking area to be able to click the icon or words.
    See https://www.selfbuildplans.co.uk
    Does anyone know whats wrong and how to fix this?
    Thanks.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,475
    Plugin Contributions
    88

    Default Re: Top Wrapper containing login, basket, checkout etc. has a very small clicking are

    Within the site's tpl_header.php, you've added a logoText element (containing the shop's phone number) that's overlaying those right-side links.

  3. #3
    Join Date
    Feb 2011
    Posts
    106
    Plugin Contributions
    0

    Default Re: Top Wrapper containing login, basket, checkout etc. has a very small clicking are

    Hi Lat9,
    That makes sense.... any thoughts on how i can fix that?
    Thanks.

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,475
    Plugin Contributions
    88

    Default Re: Top Wrapper containing login, basket, checkout etc. has a very small clicking are

    Quote Originally Posted by J9MM0 View Post
    Hi Lat9,
    That makes sense.... any thoughts on how i can fix that?
    Thanks.
    Not at the present time.

  5. #5
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,238
    Plugin Contributions
    1

    Default Re: Top Wrapper containing login, basket, checkout etc. has a very small clicking are

    Quote Originally Posted by lat9 View Post
    Within the site's tpl_header.php, you've added a logoText element (containing the shop's phone number) that's overlaying those right-side links.
    I think the optimal way would be to

    1. Remove the <div class="onerow-fluid "> that wraps around the tel no., so it looks like this:
    Code:
     <div class="logoText"> [code for tel no.] </div>
    2.reposition this 'logotext' div inside #navmainwrapper,
    Code:
    <div id="navMainWrapper">
    <div class="logoText"> [code for tel no.] </div>
    <div id="navMain">
    Alternatively, you could position those right-side links in front of the 'logotext' element by adjusting their z-index in your stylesheet.css,

    line #151

    Code:
    #navMainWrapper {
        margin: 0 auto;
        color: ########3d;
        float: left;
        width: 100%;
        z-index: 1;
        position: relative;
    (the above color code obviously should remain as #########3d)
    Last edited by simon1066; 29 Mar 2020 at 05:43 PM.
    Simon

  6. #6
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,238
    Plugin Contributions
    1

    Default Re: Top Wrapper containing login, basket, checkout etc. has a very small clicking are

    aargh! can't seem to post '# 3d 3d 3d' without spaces
    Simon

  7. #7
    Join Date
    Feb 2011
    Posts
    106
    Plugin Contributions
    0

    Default Re: Top Wrapper containing login, basket, checkout etc. has a very small clicking are

    Hi Simon1066,
    Changing the stylesheet seemed the obvious one, so i did that and it work a treat!..
    Thanks very much.

 

 

Similar Threads

  1. v156 Goes to login page when clicking Checkout
    By buns1525 in forum Upgrading to 1.5.x
    Replies: 4
    Last Post: 11 Feb 2019, 12:53 AM
  2. How can I beautify the top login area?
    By sharontan in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 20 Nov 2010, 08:47 PM
  3. Removing top bar - home - login etc
    By LizzyB in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 31 Jan 2008, 08:28 PM
  4. Small Text boxes, very small.
    By cfe in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 5 Jul 2006, 07:13 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