Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi,
the links on the mobile menu do not show up.
Also on a mobile view the text spills out from the white container.
Can you help. Thanks
Hi further to that email I found some CSS to solve the menu links problem.
All following issues only exist on the mobile view:
I would still like to know how to stop the text spilling out of the container
Is there a way to make the logo be responsive instead of remaining very big?
And just one more thing…sorry…but the container that holds the header and the slider, doesn’t remain at the edges but shrinks in on the right.
Can you please help me.
Hello,
Please add this code into your custom css box:
@media (max-width: 480px) {
.header_page.centered h1 { font-size: 30px;}
@media (max-width: 480px)
#logo { left: 40px !important; }
.top_wrapper .span12 {
width: 266px !important;
margin-left: 9px;
}
}
For the container, please go to General Options > Layout > Page Container Width with percentage, set it to 100%.
Best regards!
You must be logged in to reply to this topic.