Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10045259
    wael
    Participant

    Hello,
    i have issues with my website. i tried asking chat gpt but it couldn’t help me.
    – The navigation dropdown button suddenly stopped working on the mobile version.
    – There is a problem in spacing in the titles: “Bonjour je m’appelle Wael” and “Bien plus que des sites web”.
    – I want the image in the section “À propos de Moi”to be vertically aligned with the text above for the mobile version if possible.

    Thank you for your help.



    Template Version: 10.4
    #10045260
    Support
    Keymaster

    Hello,

    1) I could not see the problem with the navigation, tested here in a real mobile phone and it worked well. Send us more details.

    2) Change the class in the headings from line-height-1 to line-height-7

    3) Looks like you added a margin-left in the css:

    You need a media query for that:

    @media (min-width: 992px) {
    	.image-container {
    		margin-left: 100px;
    	}
    }

    #10045261
    wael
    Participant

    Hello. Thank you for your response.

    – The navigation menu does not display when I click on it (on the mobile version), I have tried on two different devices.
    – For the issue with the spacing in the titles, could you tell me which line to modify in which file because I haven’t been able to find it.
    – I added this code:@media (min-width: 992px) {
    .image-container {
    margin-left: 100px;
    }
    } but the image is still not aligned with the text above.

    Thank you for your help.


    #10045263
    Support
    Keymaster
    This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)

This topic is marked as "RESOLVED" and can not rceive new replies.