Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

HTML & CSS fixing navbar for mobile view

mariag

Coder
Hello everyone
so I made this website from a ready made template but
I am stuck at mobile version of my site I tried to do it but last when i gave up i thought to ask you guys
if you have time can you please take a look here at your mobile version of www.weddingpaperlove.com
when we click menu and click
wedding invitations
the links in dropdown menu get cut off,
if we go lower even logo gets cut off is there a way to fix this IMG_20200908_002028.jpg
also when we click a product then on product page like here http://www.weddingpaperlove.com/rus...on_zazzle_invitation2-256736257993773878.html
any way to float things under image on left and resize image for mobile version?
IMG_20200908_002246.jpg
I would like to renew site using a free web template but it does not have mega menu and I tried to fix it but I can't, if someone can help me with that too let me know
thank you in advance

Maria
 
Hi there!

So let's start with your first problem, did you perhaps notice if this started occurring before or after your edits?
 
this in CSS file:

CSS:
@media screen and (max-width: 800px)
style.css:2363
.navbar-nav {
     margin-top: 8px;
}

added this:

CSS:
@media screen and (max-width: 800px)
style.css:2363
.navbar-nav {
     margin-top: 8px;
     width: 83%;
}
 
Last edited by a moderator:

New Threads

Latest posts

Buy us a coffee!

Back
Top Bottom