Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.
Also, please, explain your problem in more detail.
I'm working to design it like UI UX design through XD design so I have to adjust it on desktop and other media
but I have noticed that media 1024 is affected by desktop design like if I put class and want to put another CSS on media 1024 it canceled and take CSS for desktop how to adjust it through CSS?
Comments
Hi,
Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.
Also, please, explain your problem in more detail.
Thanks
Hi,
This is the link of the page https://dexef.com/flight-booking/
I'm working to design it like UI UX design through XD design so I have to adjust it on desktop and other media
but I have noticed that media 1024 is affected by desktop design like if I put class and want to put another CSS on media 1024 it canceled and take CSS for desktop how to adjust it through CSS?
Add !important to your CSS to overwrite other styles.
Like that:
Thanks
If I
added this will affect design on default desktop
I need to separate media 1024 from desktop because it make conflict with design
if you see the design on desktop is well but in media 1024 is corrupted but if i put !important to class in media 1024 affect design in desktop
Sorry, but I do not understand what you want to exactly achieve.
Can you explain it greater in more detail, please?
Thanks
they affect each other if you understand me
Try the following CSS code instead:
Thanks
It worked thanks