-
AuthorPosts
-
December 22, 2020 at 12:29 am #1269194
Hi, as per subject, on the website venicediving.com more than one thing differs from desktop version.
I write everything in this topic, let me know if I should open a topic for each one.1) link and link hover color
I wrote on quick CSS but works only on desktop version#top p a { color: #eb3b3b; } #top p a:hover { color: yellow; }
how to get the same in mobile and tablet?
2) Breadcrumb on mobile
Even though I put this in quick css@media only screen and (max-width: 767px){ #top #wrap_all .breadcrumb { display: none; }}
it doesnt work.
3) h2 in mobile – tablet
Even though I put this in quick cssh1, h2, h3, h4, h5, h6 { text-transform: none !important; } @media only screen and (max-width: 767px) { .template-page .entry-content-wrapper h2 { text-transform: none!important; }}
and the same in advanced styling for h2
it doesnt work.4) on mobile and tablet, in the page https://www.venicediving.com/padi-diving-instructor-course-italy/
there is a line under the image even though@media only screen and (max-width: 767px) { .responsive #top #wrap_all #first .container .flex_column{ margin-bottom:0px!important; }} .container_wrap { border-top: none !important; }
I’m pretty sure I’m doing something wrong but I cant find the solution.
Thanks in advanced
December 23, 2020 at 5:35 am #1269443Hey Daniele,
Did you try to activate the options to delete the old CSS and JS files under Enfold->Performance? If that doesn’t help then please post admin WordPress login details in private.
We would prefer if you stick to one problem per thread in the future.
Best regards,
RikardDecember 23, 2020 at 6:11 am #1269464Hi, i tried just now but nothing seemed to happen.
temp log in in private
CheersDecember 24, 2020 at 7:58 am #1269717Hi,
Thanks for that. This media query is left open:
@media only screen and (min-width: 991px){ .container { padding-left: 0px; padding-right: 0px; }
If you close that then your CSS should apply after that. If not then please try to temporarily disable file compression under Enfold->Performance.
Best regards,
RikardJanuary 4, 2021 at 3:08 am #1270070I saw this topic was closed and I could not thank you!
Now it’s open again, so guys thanks and you can close it!January 5, 2021 at 2:14 am #1270281 -
AuthorPosts
- The topic ‘Different behaviour desktop – mobile (and tablet)’ is closed to new replies.