Digital experiences for all disciplines
Forum Replies Created
-
-
Image is looking fine to me. It is looking the same as I saw it in your media.
Hi,
Just add the below custom code and the shadow lines will get cleared
.alt-bg { border: none; }
Thanks
NishantHi,
Add the class mt0 to the box and the space will be cleared.
Thanks,
NishantHi,
Can you reply the website link or the specific page your having this issue so we can check.
And also the login credentials for same using private reply
Thanks
NishantHi,
You can’t completely block it but you can make it harder to the visitors to download those images by using some wordpress plugins such as right-click disable or copyright protection etc.
Hope this info clears your doubt.
Thanks
NishantJuly 8, 2015 at 4:15 pm in reply to: Header Option 2 + Retina 13" Macbook + Chrome Browser = Logo Alignment Bug #192861Hi,
The below custom css will solve your problem.
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 1025px), only screen and ( min--moz-device-pixel-ratio: 2) and (min-device-width: 1025px), only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-device-width: 1025px), only screen and ( min-device-pixel-ratio: 2) and (min-device-width: 1025px), only screen and ( min-resolution: 192dpi) and (min-device-width: 1025px), only screen and ( min-resolution: 2dppx) and (min-device-width: 1025px) { div#logo.has-img { height: auto; } #logo.logo-center a { height: auto; } #logo img.retina { max-width: 100%; } }
If this works for you do reply us
Thanks
Hi,
Can you provide me the screenshots for the issue.
And also the login details using a private reply to check the problems.
Checking this now for you.
Hey sheshman,
Yes, you can.
Have a great day.
No problem. Have a great day.
I checked the link, and i don’t think it will be done by css. it can be done, but since the spacing for the navigation section is less, the menu will not move to the left side without the size of the navigation section being increased.
Can you post a screenshot where you need exactly?
Hello queueit,
Checking it now.
Please use this custom CSS
@media only screen and (max-width: 479px) #logo a:first-child { max-width: 100% !important; width:100%; }
Hi,
For the Logo and the menu and for the footer the following css will work.
nav#main-navigation { position: absolute; top: 50%; transform: translateY(-50%); } .header-7 .search-nav { position: absolute; top: 46%; transform: translateY(-50%); } #footer-widgets .widget p { margin-bottom: 10px; }
-
Posted in: Reply To: Some aesthetics fixes