Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • okkhalid Friend
    #197132

    hello,

    I have placed an image to the mashead-1 postion
    but the text in mashead-2 overlap the image. also the image is not fit right there:

    Another issue I have,

    I’m trying to use the price list to use it to have the prices for our services.
    1) I would like to center the 2 columns with the header text to the middle of the page:
    the MAGIC STYLES PRICE LIST Text
    Description and Price columns are not centered in the page, they are on the left.

    2) When I display the pricing page in the mobile phone:
    http://www.magicstyles.ca/pricing-list

    the 2 columns are mobile responsive, so the display shows, the description list and then under that the price list.
    Since these 2 columns are must be together all time so the customer can see the description with the price.

    in desktop view it shows ok beside each others. but in the mobile it move it in the top each other.

    Can I have the 2 columns beside each other all time, not matter what devices used to view the site.

    Thanks,


    1. issue1
    2. Issue-4
    fmfame Friend
    #532670

    Hi.

    For your first issue you need a bigger picture with more width and less height.
    Your picture is too small so it never could shown right.
    If you have problems with viewing again, please let me know.

    For your second issue you have to put the description in same window like the price. This is a pricing table for 3 different packages. So you cant use 2 price tables for the same packages without having viewing problems.

    I would try to integrate the desc and the price in same line in ONE Table and so it should be view perfect.

    example:

    Mens hair cut —> $20,00
    etc..

    okkhalid Friend
    #532772

    Hi, I have upload bigger picture, now the area become big and the same problem is still there.

    TomC Moderator
    #532775

    <em>@okkhalid 424136 wrote:</em><blockquote>Hi, I have upload bigger picture, now the area become big and the same problem is still there.</blockquote>

    Might you be able to throw together a quick screenshot mock-up of how you want your image/caption to display correctly?

    okkhalid Friend
    #532786

    Here you go,

    Im looking to get this image in this section.


    1. mock
    Hayden A Friend
    #532811

    <blockquote>Im looking to get this image in this section.</blockquote>
    Please create a new css file named: custom.css in the templatesja_bizcss path and add the following rule:
    [PHP].mashead-1 img{
    width: 100%;
    }

    .mashead-1 .eq-first {
    margin-left: -120px;
    }

    .t3-mashead .custom {
    padding: 0;
    }

    .t3-mashead .custom > p {
    padding: 0;
    margin: 0;
    }

    .mashead-2 h3 {
    padding-top: 50px;
    }[/PHP]

    okkhalid Friend
    #532891

    Did not work, yet, 🙁

    okkhalid Friend
    #532898

    It works, now, but the picture is stretched and become longer

    Also there is a red gaps in the bottom and in the right of the image:

    Here is mock for what I’m looking for:
    an image the is can fill the area and not big so it looks nice with the text beside it.


    1. magic
    2. mock
    fmfame Friend
    #532923

    hi okhalid

    add this to your custom.css
    @media screen and (min-width: 768px){
    .mashead-1 > div {
    padding-right: 0;
    }
    }
    then it should shown correctly.

    let me know..

    okkhalid Friend
    #532925

    Worked very well, but still I can see small red gap in the bottom of the image. can we remove that. thanks


    1. bottom
    fmfame Friend
    #532989

    Hi i have seen your issue.

    but i found another one 😉

    try this: 1. you have to upload the same picture with 1px more height ( now its 182px in height but the div container have a min-height of 183px)

    And i have seen that on smaller browser width it have also a little issue in picture width.. And thats caused by haydens code.
    add this code below your other custom.css lines
    Now all should shown good!
    @media (max-width: 990px){
    .mashead-1 .eq-first {
    margin-left: -20px;
    margin-right: -20px;
    }
    }

    Let me know..
    maybe you could provide us with your backend access if the problem persists

    okkhalid Friend
    #533224

    sorry it did not work with the new code and the 183px.
    I have pm you the login info, thank you for the help.

    fmfame Friend
    #533269

    Hi okkhalid i added few lines in your custom.css and changed other lines a little bit..

    Now it works!

    I checked all widths!

    on Mobile phones you have a little bit space around the whole masthead module, thats easier and that will also working with other picture sizes.

    Have a nice day!

    okkhalid Friend
    #533350

    Thank you so much for the great support.you guys are awesome 😀

Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 14 replies, has 4 voices, and was last updated by  okkhalid 10 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum