Announcement

Collapse
No announcement yet.

Wish list bad spacing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Wish list bad spacing

    The wish list screenshots here show the remember me and receive email checkboxes are covering the prompts.
    Any advice to fix this please?
    Thanks Ed
    Attached Files
    https://www.harrisontelescopes.co.uk/

    Ed Harrison - Menmuir Scotland

    #2
    Hi Ed,

    I don't use wish lists myself, but I think you need some left padding on the two field labels.Try this:

    In the Design Library, find the "Wish List Bulk Area RWD" layout (in "Web Page Inner Layouts"), and make a backup copy just in case.

    Then in the layout, find this (line 24 on my site):
    Code:
     <label for="idWLRememberMe" ><actinic:variable name="WishListRememberMeCaption" /></label>
    and change it to:
    Code:
     <label class="pl-5" for="idWLRememberMe" ><actinic:variable name="WishListRememberMeCaption" /></label>
    Then find this (line 61?)
    Code:
    <label for="idWLReceiveEmails"><actinic:variable name="WishListReceiveEmailsCaption" />*</label>
    and change it to:
    Code:
    <label class="pl-5" for="idWLReceiveEmails"><actinic:variable name="WishListReceiveEmailsCaption" />*</label>
    John
    John Ennals
    www.tortoys.co.uk

    Comment


      #3
      Thank you John, very kind, I will have a go in the morning.
      PS I find the wish list is quite popular, how well it equates to sales I am unsure
      https://www.harrisontelescopes.co.uk/

      Ed Harrison - Menmuir Scotland

      Comment


        #4
        John, brilliant thanks, worked perfectly.

        Ed
        https://www.harrisontelescopes.co.uk/

        Ed Harrison - Menmuir Scotland

        Comment

        Working...
        X