lissy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Mobile Menu Stretches Header ImageThat worked, thank you!
I just had to make one minor tweak to get the tablet version to display properly. Posting it below for anyone else that encounters a similar issue:
@media only screen and (max-width: 800px) {
.header {
position: relative;
}
.menu {
position: absolute;
top: 100%;
}
}Forum: Themes and Templates
In reply to: [Storefront] Full Page Content Area WidthThat worked perfectly! Thank you so much Shameem!!!
- This reply was modified 1 year, 10 months ago by lissy. Reason: resolved
Forum: Themes and Templates
In reply to: [Storefront] Full Page Content Area WidthHello Zubair!
Thank you for taking the time to look at my website! I included an image of what I am trying to align below. It is only an issue on the homepage as I have a sidebar on the other pages that push the content farther to the sides. Any insight you have would be greatly appreciated.
Screenshot: https://app.box.com/s/ed3d3i6or4ukc5kvlmotvzaldzg9m2m7
Thank you!
Forum: Themes and Templates
In reply to: [Edge] Issue with the social networks iconsI have the same problem – looks like a problem with Font Awesome, but I haven’t gotten any further than that with it.