-
AuthorPosts
-
June 7, 2017 at 8:29 pm #805259
On my site, I’m using a left sidebar that consists of a Header/Logo area at the top, Navigation buttons in the middle section, and a Widget containing a text copyright notice. Note also that I want to use a background image for the entire sidebar.
My problem is two-fold, and involves the Widget area:
1). Depending on the resolution of the screen that the site is being viewed on, the text in the widget is getting cropped so that the full content is not viewable. It does not seem to scroll or otherwise allow the full paragraph to be displayed. How can this be corrected?
2). The other issue involves the background image. Again, depending on the resolution of the screen on which the site is being viewed, if the content area is especially long, the sidebar image does not extend all the way to the bottom, and leaves the widget area and below with a white background. How do I get the background image to extend beyond the widget area, all the way to the bottom of the sidebar, regardless of how long the site’s content area may be?
Thanks in advance for any assistance you can provide.
June 9, 2017 at 8:49 am #805911Hey dbrigner,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 910px) { .avia-menu-text { font-size:11px !important; } }Best regards,
RikardJune 11, 2017 at 3:16 am #806442Seems to work for the most part. Except for mobile screens like the iPad, the text remains cropped, and not fully viewable.
The background image issue is fixed for all screen resolutions, as far as I can tell.
June 12, 2017 at 6:03 am #806707 -
AuthorPosts
- You must be logged in to reply to this topic.
