align slider elements left

Discussion in 'One Page Pro WordPress Theme' started by rexmanaster, Aug 16, 2017.

  1. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    hi,

    1) as shown in the attached image: how can i align the slider header, separator, paragraph and button left - so that they all align with the left side of the logo in the header?

    2) how could i align left AND have 25px padding?

    thanks!
    rex
     

    Attached Files:

  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    To align the slider content left, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .slider_caption .slider_button {
        float: left;
    }
    .sl-content-wrapper .slider_caption {
        padding-left: 25px;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Hi Akbar,

    It looks like we are one stop closer, but still not where we need to be. I've attached a screenshot of the homepage and also the current custom CSS.

    Thanks for reply.

    Rex
     

    Attached Files:

  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Just paste some more CSS codes in custom CSS section.

    Code:
    .slider_caption h2 {
        padding-left: 0px;
    }
    .slider_caption p {
        padding-left: 0px;
    }
    .slider_caption .slider_button {
        margin-left: 0px;
    }
    And on our monitor screen, it looks perfect, just see the attached screenshot.

    Thanks & Regards!
    Akbar
    InkThemes.com

    Note: Change the px (pixels) value according to your requirement.
     

    Attached Files:

  5. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    no. doesn't work.

    it must just be how the design works because it's responsive. is that possible?
     
  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    We need WordPress admin credentials to figure out the issue.
    Kindly send the below-mentioned credential details at [email protected] along with the thread link.

    WordPress Website URL: -
    WordPress Username: -
    WordPress Password: -

    We will try to fix your issue.

    Regards,
    Akbar
    InkThemes.com
     
  7. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    I have already replied you in this regard on your email link.

    Please check your e-mail and inform us for the same.

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page