I have a GV in my webpage which is showing 10 items. Which means my page is horizontally BIG.
How can align my GV to fit into my page OR How can I make my GV Vertical in size.
Any help?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use CSS to apply an explicit width; it will force it to appear a specific way. Or, you can try to use this to apply a scrollbar:
HTH.