-
Hi,
I got responsive problems about my site:
1/ there is like a white margin in almost all my pages (images:
https://www.dropbox.com/s/bvhzqfwjy8uin5m/Capture%20d%E2%80%99%C3%A9cran%202017-04-13%20%C3%A0%2010.22.09.jpg?dl=0)
2/ The blog layout is full width and the text is going too much on width. (not responsive)
images: https://www.dropbox.com/s/yjr6pmcml5ejqfe/Capture%20d%E2%80%99%C3%A9cran%202017-04-13%20%C3%A0%2010.22.57.jpg?dl=0
3/ When I have a two columns layout, sometimes if a text is on column left, it’s displaying really bad the columns, too much on the right. I have a 14% padding, but if I don’t do that, it displaying bad on computer screen.
images: https://www.dropbox.com/s/3a51roqf87adiyd/Capture%20d%E2%80%99%C3%A9cran%202017-04-13%20%C3%A0%2010.22.30.jpg?dl=0
images: https://www.dropbox.com/s/u2cl350hrxl8il8/Capture%20d%E2%80%99%C3%A9cran%202017-04-13%20%C3%A0%2010.22.37.jpg?dl=0Also, the menu on tablet is not responsive:
images: https://www.dropbox.com/s/vsksc5sdo65w7e8/Capture%20d%E2%80%99%C3%A9cran%202017-04-13%20%C3%A0%2010.44.54.jpg?dl=0Thanks for help
Hello,
1-This is present only in ipad. I added this code into your custom css box:
@media (max-width: 1024px){ .viewport.animsition { overflow-x: hidden; }}
Please check your site. The white bar is removed.
2-This is not the text fault but rather the images. They are not wide enough to make the text look at it’s place. I added this code into the@media(max-width: 1024px)
rule to fix this:.fullwidth .blog-article.alternate-style .media, .blog-article.alternate-style .media { width: 720px !important; }
Result screenshot: http://pho.to/AfaDV
And this code for the ipad landscape mode:@media (min-width: 1024px){ .blog-article.alternate-style { margin-left: 10%;} }
Result screenshot: http://pho.to/AfaDd
3-There is a two column row in home page, but i don’t see this happening. Can you post the link of the page where is this?4-I fixed the menu in ipad landscape by reducing menu items padding in General Options > Header Options > Menu Options > Menu Items padding.
Please check your site and let us know.
Best regards!
You must be logged in to reply to this topic.