Postioning Text Over Slider

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by cd123, Mar 23, 2014.

Thread Status:
Not open for further replies.
  1. cd123

    cd123 New Member

    Joined:
    Dec 23, 2013
    Messages:
    12
    Likes Received:
    1
    HI,

    issue:
    https://dl.dropboxusercontent.com/u/37765672/inter01/slider-text.PNG
    [​IMG]

    I am having an issue with the "Slider Description text" aligning right of the
    "Slider Heading text"

    Ideal I would like "Slider Description text" to always be under "Slider Heading text"

    Can I insert a html to force the "Slider Description text" to go under "Slider Heading text"
    or do you have custom CSS code for his.


    Thank you
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. cd123

    cd123 New Member

    Joined:
    Dec 23, 2013
    Messages:
    12
    Likes Received:
    1
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. cd123

    cd123 New Member

    Joined:
    Dec 23, 2013
    Messages:
    12
    Likes Received:
    1
    Hi Piyush,
    My old laptop is a 15" square not 15.4" or 15.6" so at zoom reset this is what it shows (as in the picture above), If I zoom out or in it displays correctly.
    Can you provide custom code to remove the text and green button. So the just the image banners rotate
    thank you
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .sl-slide-inner{
    display:none;
    } 
    This will remove the caption text from the slider.
     
  7. cd123

    cd123 New Member

    Joined:
    Dec 23, 2013
    Messages:
    12
    Likes Received:
    1
    Hi Piyush,
    Thank you for your reply,
    Unfortunately that code did not remove the text or button from the slider.
    Any other code suggestions
     
  8. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  9. cd123

    cd123 New Member

    Joined:
    Dec 23, 2013
    Messages:
    12
    Likes Received:
    1
    Hi Piyush,
    I am using a number of custom code provied on this form.
    the below is what is in the custom code section maybe there is interferance between the css code?:

    #menu .ddsmoothmenu {
    float: right;
    }

    .logo img {
    width: 100%;
    margin-bottom: 15px;
    }

    #menu1 .dd1smoothmenu.admin-menu li a {
    display: none;
    }
    #menu1 .smoothmenu.admin-menu li a{
    display: none;
    }

    .sl-slide-inner{
    display;none;
    }
     
  10. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Go to the Appearance -> Theme Options -> Styling Options -> Custom CSS section of your dashboard and follow the instruction shown in the image given below

    [​IMG]

    This will solve your issue.
     
  11. cd123

    cd123 New Member

    Joined:
    Dec 23, 2013
    Messages:
    12
    Likes Received:
    1
    Hi Piyush,
    thank you for that it is working now, I copy and pasted that must of copied over wrong.

    thank you
    :)
     
Thread Status:
Not open for further replies.

Share This Page