This topic has 4 replies, 2 voices, and was last updated 9 years, 6 months ago by Anonymous.
Viewing 5 posts - 1 through 5 (of 5 total)
Hello,
Could you please tell me how i will do the theme fixed? I use boxed but i don’t like the view on mobiles or tables. The stretched also i don’t like it
i tried this with no good results
#boxed #wrapper {
position: relative;
max-width: 1320px;
/* width: 1100px; */
margin: 0px auto;
Thank you
We have implemented 2 layouts in our theme that is “Boxed” and “Stretched” Layouts.
If you can show us in what way you would like to show the theme then we can help you out. Share us some screenshots how you would like to show the theme layout. Based on that we can help you out.
Hello and thank you for your response
Well screenshot i cant get from my mobile That’s i want is to change the view on mobile devices ans some small tablets
What i mean? When i use the device horizontal there is a lot of space to the left and right. So i can see part of background image. I need to make bigger the content area to mobiles
With other them it is perfect the view. Exactly this is i want.
Example here — > http://www.e-star.gr
I believe if you guide me and change some css maybe i got the view i prefer
The Stretched Layout dont resolve my problem
Search for this code in responsive.css file and change the width to 100%.
#boxed #wrapper,
#layout_wrapper,
#subheader {
width: 420px; /// change it to width: 100%;
}
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.