left align the slider - title, description, and button

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by deveshd, Apr 8, 2015.

  1. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

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

    Code:
    .salesdetails {
      float: left;
    }
    .salesdetails .button_wrapper {
      float: left;
      margin-left: -355px;
    }
    .salesdetails h1 {
      float: left;
    }
    .salesdetails p {
      float: left;
      text-align: left;
    }
    
    Hope it will fix your issue
     
  3. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Now it goes all the way left overlapping side area... How do I make it look like demo site, where they are left aligned but in line with logo and website body for the edges?
     
  4. sameerwalkar

    sameerwalkar Guest

    Hi,

    Replace the previously given block of code with the below code:

    Code:
    .salesdetails {
      float: left;
    }
    It should work.
     

Share This Page