Top Slider Image Not Centered

Discussion in 'BusinessGrow One Page WordPress Theme' started by b16a3sir, Mar 4, 2016.

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

    b16a3sir New Member

    Joined:
    Feb 12, 2016
    Messages:
    12
    Likes Received:
    0
    Dixielawnnc.com

    If you view the site in a large resolution like a 30in LED the top image is not centered. I would show you but I see no way to attach a screen shot from my local pc. The file is to large so hopefully you can see this by visiting the site with a large monitor.

    Thank you
     
  2. b16a3sir

    b16a3sir New Member

    Joined:
    Feb 12, 2016
    Messages:
    12
    Likes Received:
    0
    Here is a screen shot in Chrome
     

    Attached Files:

  3. b16a3sir

    b16a3sir New Member

    Joined:
    Feb 12, 2016
    Messages:
    12
    Likes Received:
    0
    Firefox appears to center, Chrome and Safari do not
     
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .flexslider {
        margin-left: 249px;
    }
    Adjust the numeric value as per the requirement..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. b16a3sir

    b16a3sir New Member

    Joined:
    Feb 12, 2016
    Messages:
    12
    Likes Received:
    0
    That option does manipulate it for sure but does not fix my problem. So in almost all resolutions the image in that slider takes up the full screen as we would hope. I assume this is default and is what everyone wants. The only problem is at very high resolutions like a 30in LED the image winds up on the left side of the page. I do not WANT to move it to the left. I do not want to move it at all what I want is for the responsive view to do what we should expect and in this case it should still take up the entire top like the other resolutions.
     
  6. b16a3sir

    b16a3sir New Member

    Joined:
    Feb 12, 2016
    Messages:
    12
    Likes Received:
    0
    Here is what it looks like in almost all resolutions. The first image I posted is what it looks like with a 30in monitor and that resolution btw is 1920x1080
     

    Attached Files:

  7. priya

    priya Guest

    Hello,

    Try below code for once...
    Code:
    .flexslider .slides img {
        margin-left: 21%;
    }
    @media only screen and (max-width: 1140px) and (min-width: 960px){
    .flexslider .slides img {
        margin-left: 0%;
    }
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  8. b16a3sir

    b16a3sir New Member

    Joined:
    Feb 12, 2016
    Messages:
    12
    Likes Received:
    0
    hmmmm I see what you are trying to do and I think you have the right idea but this does not appear to help. Yes it does move the image but it moves it for all resolutions that I have access to. :( Which means the image is now blown up and to the right for the smaller resolutions.
     
  9. priya

    priya Guest

    Hello,

    Could you please send us your dashboard credentials at [email protected] along with this thread link and I will do it for you?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  10. b16a3sir

    b16a3sir New Member

    Joined:
    Feb 12, 2016
    Messages:
    12
    Likes Received:
    0
    OK that info is sent
     
  11. priya

    priya Guest

    Thaks for the details...

    We will get back to you soon...

    Your patience will be appreciated,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  12. priya

    priya Guest

    Hello..

    You would be glad to know that your issue has been resolved...

    Kindly check your site and acknowledge the same...

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  13. kristine1g

    kristine1g Member

    Joined:
    May 2, 2012
    Messages:
    65
    Likes Received:
    7
    It would be nice if you posted the resolution here. I too am having the same problem that I could probably fix myself. Thanks
     
  14. priya

    priya Guest

    Hello,

    Sure...!!! Kristine....

    Use below code in Custom CSS field of your dashboard..
    Code:
    .flexslider .slides > li {
        width: 100%;
    }
    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  15. kristine1g

    kristine1g Member

    Joined:
    May 2, 2012
    Messages:
    65
    Likes Received:
    7


    Thank you Priya!
     
Thread Status:
Not open for further replies.

Share This Page