Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #245238

    I cannot see a way to attach an image here
    referencing the very last color space before the socket, how do I middle align, right, left or bottom align the image and text so that they are better visible
    Ref: http://bit.ly/1iC62Qi

    • This topic was modified 10 years, 9 months ago by codepantry.
    #245655

    Hi codepantry!

    Can you post a screenshot and show the changes you would like to make?
    Your website looks awesome by the way

    Regards,
    Yigit

    #245808

    The color space is #dashboardinbox
    I would like to position the image, block of text and buttons to the top left of the color space for better visibility of text and message
    I cannot see a way to attach an image here

    • This reply was modified 10 years, 9 months ago by codepantry.
    #246049

    Hey!

    Please add following code to Quick CSS as well

    #timemanagement > div .av_one_third {
    margin-left: 0!important;
    }

    You can upload screenshots on imgur.com or Dropbox public folder and post the links here

    Regards,
    Yigit

    #246251

    Yigit,

    I clearly mentioned in my previous post that that this suggestion did not work. I did not create a duplicate post as you can see I am referencing a different color space yet you closed my post with no response in addition to your current response not working. This leaves me at square one give that you responded with the same response that does not work. You are also asking me for screen shots as well when I posted the link which clearly illustrates the issue. I am simply trying to get a response that works.

    The link is the same – http://bit.ly/1iC62Qi and the question I am referencing is in the time management color space.

    Again the response you provided does not work, two times.

    • This reply was modified 10 years, 9 months ago by codepantry.
    #246255

    In your response, where are you getting “.av_one_third”

    The only reference to “.av_one_third” is in the line below
    <div class=”flex_column av_one_third avia-builder-el-29 avia-builder-el-no-sibling column-top-margin”

    • This reply was modified 10 years, 9 months ago by codepantry.
    #246264

    In your response, where are you getting “.av_one_third”

    The only reference to “.av_one_third” is in the line below
    <div class=”flex_column av_one_third avia-builder-el-29 avia-builder-el-no-sibling column-top-margin”

    #246267

    Hey!

    Please flush browser cache and refresh your page a few times. It does work on my end. As you can see in screenshot here, it is left aligned – http://i.imgur.com/0DURC7T.jpg
    .av_one_third is to target the column inside color section. I kept on asking for a screenshot because you could either mean left align like in my screenshot or to the far left of the screen, which will require additional custom CSS code. Once we make sure which one you wanted, we can simply adjust it to other color sections.

    Cheers!
    Yigit

    #246286

    Yigit,

    I meant the far left screen. I am looking to align it to the very left most part of that color space. As you can see it is on the face of one of the subject in the image and there is so much space left on the left/subject’s right hand side.. This is the alignment I was expecting.

    Thank you!!

    • This reply was modified 10 years, 9 months ago by codepantry.
    #246293

    Hey!

    Please add following code to Quick CSS as well

    #timemanagement .container {
    width: 98%;
    }
    #education .container {
    width: 98%;
    }
    #dashboardinbox .container {
    width: 98%;
    }
    #dashboardinbox div .av_three_fourth { width: 30%!important; }

    Cheers!
    Yigit

    #246359

    Thank you this does exactly what I was looking for.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Left align’ is closed to new replies.