Forum Replies Created
-
AuthorPosts
-
Hi Yigit,
Thanks for this. I have tweaked it a little to get it right.
What this has done though is modified the mobile menu. Are you able to reposition the logo so that the logo becomes centred on mobile view and burger menu is moved to the far left as per the screen shot below?
https://dev.powerof4.com.au/wp-content/uploads/2021/06/Mobile-Menu.jpgAlso when the width of the screen is reduced the shopping cart drops out of line? Can that be fixed also? See screen shot.
https://dev.powerof4.com.au/wp-content/uploads/2021/06/Screenshot.jpgThanking you in advanced.
-
This reply was modified 4 years, 1 month ago by
andotek.
Hi Yigit,
Thanks so much for replying.
Two things I’m trying to achieve here
1) Our custom icons to be positioned on the right side of the menu header as per below screen shot. I’ve uploaded the icons as an icon pack
https://dev.powerof4.com.au/wp-content/uploads/2021/06/Custom-Icons-On-Main-Menu.jpgIcons are located here (using a custom import font pack called PO4)
2) When the screen is resized (for tablet and mobile) we would like the main logo icon to move to the centre and the burger icon to appear on the far left as per screen shot below
https://dev.powerof4.com.au/wp-content/uploads/2021/06/Burger-Menu-On-Left-Side.jpgThanking you in advance for your help here :)
Andrew
June 4, 2021 at 12:24 am in reply to: Change Position and Icons of Cart, Search and Account #1303899This reply has been marked as private.June 1, 2021 at 1:45 am in reply to: Move Add To Cart Button From Main Menu To Secondary Menu #1303280Ignore this request. Happy to close this one off.
May 28, 2021 at 2:49 am in reply to: Issues with adding a button into the header using widget #1302733Worked it out
@media only screen and (max-width: 989px) {
#header .widget {
display: none;
}}May 28, 2021 at 2:45 am in reply to: Issues with adding a button into the header using widget #1302732Is there a way to hide that button when used on mobile devices?
Something like this
@media only screen and (max-width: 989px) {
.hide-on-mobile { display: none !important; }
}May 28, 2021 at 2:15 am in reply to: Issues with adding a button into the header using widget #1302729Thank you!
-
This reply was modified 4 years, 1 month ago by
-
AuthorPosts