Hi
I am trying to figure out why I get the Wide Margin to the right of the entire website. Where/how I would fix this at?
http://198.12.156.98/~vhadmin/
Could you assist please and thank you
-Kion
Hi
I am trying to figure out why I get the Wide Margin to the right of the entire website. Where/how I would fix this at?
http://198.12.156.98/~vhadmin/
Could you assist please and thank you
-Kion
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi,
We see no problem as you said above
Please clarify or explain more
Some screenshots for illustration, please!
Hi if you are using Google chrome and highlight any text and scroll to the right you will see the margin. Also it is easily viewable on touch phones.
Hi,
Do you mean the text is left-aligned and therefore the right margin looks very wide sometimes?
You have to edit attribute text-align: justify;
Yes, this margin issue is something that is very noticeable on both desktop and mobile. I'm surprised others haven't brought this up.
cindy, if you load the front page and scroll to the right, there is about 100px of blank space. This is certainly noticeable when scrolling on touch devices too because it starts to slide right where no content exists.
I'll look over the style sheets, and let you know what I find.
I have the same problem. What is the fix.
The captacha module css was not responsive so it would have a larger width than the rest of the items on the page. This caused the entire page to have the same width. We changed it in the style-responsive.css. This is one issue you can look into; hope this was helpful.
Uh...
Unable to understand Vh-Ara-Develo answer... There's no "Captacha" or "Captcha" module in MD Alpine.
I have the same problem: ugly white margin on mobile devices, visible on PC when selecting text and sliding like a mouse drag and drop to the right on Chrome.
Can't figure what element is doing that
Hi KernelLabs,
Please try this way: in .home, add following css
#views-slideshow-bxslider-1.views-slideshow-bxslider li img(
max-width: 100%;
)