• Justine13

    (@justine13)


    Hello,

    I use the theme onetone for my website and I have some problem with the pictures of the locations and dimensions.

    – For my section “Developments” the 2nd and 4th image line are not at the same level and in the same format as other

    -For My section “Services” images must be the same size as that of the “development” section.

    I do not see where it comes, thank you for your help

    my website : https://alpine-lodges.fr/public_html/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there Justine,

    How are you doing today?

    This should be possible to fix with some custom CSS. Could you please try adding the following code in Appearance >> Onetone Options >> General Options >> Custom CSS:

    .home .port-img {
    width: 390px;
    height: auto;
    }

    This should fix the issue with the images not being the same size.

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter Justine13

    (@justine13)

    it’s great works!
    against by the icons of the “resort” section are also enlarged how do I do to make it back to the original size?

    Also, I have several page templates, is that this code applies to all models?

    Thank you for your help

    Hey again Justine,

    Actually this shouldn’t affect resort section images since they are having different class. This code is also added there:

    .home .port-img2 {
    width: 300px;
    height: auto;
    }

    Remove it and the resort section images will have their original size. I’ve added home selector to prevent it from being used on other pages but after double checking your site I realized it’s a one page site so you can remove it if you like.

    Please let me know if there are some parts that are affected by this change so I can try to provide the CSS.

    Best regards,
    Bojan

    Thread Starter Justine13

    (@justine13)

    I create a second port-img2 and it works thank you very much !

    Glad I could help ?? Have a great day!

    Cheers,
    Bojan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problem dimension & location image in the home-container’ is closed to new replies.