Forum Replies Created

Viewing 5 posts - 91,351 through 91,355 (of 91,355 total)
  • Author
    Posts
  • in reply to: Max site width always 910px after updating to 3.0.5 #389272

    Hey justinbiggsdesign!

    Just tick the box reading ‘Set as private reply’ before you post, then only you and the moderators can see it.

    Best regards,
    Rikard

    in reply to: Adjustments on mobile Screens #389246

    Hi filz51!

    Add the following code to hide the menu on phones:

    @media only screen and (max-width: 767px) {
    	#avia-menu{display:none;}
    }

    Add the following code to turn all top level menu items to uppercase on desktop only:

    @media only screen and (min-width: 960px) {
    #avia-menu > li{text-transform:uppercase;}
    .sub-menu > li{text-transform:capitalize;}
    }

    Best regards,
    Rikard

    Hi gharding!

    Please try the following code, it will move your meny 40px to the right and the social media icons 40px to the left on desktop devices only. Paste it in the Quick CSS box in Enfold–>General Styling

    @media only screen and (min-width: 959px) {
    	#top .social_bookmarks{padding-right:40px;}
    	#avia2-menu{padding-left:40px;}
    }

    If you want to increase or decrease the amount of space then try a higher or lower value than 40.

    Regards,
    Rikard

    in reply to: homepage layout #389156

    Hi piemoo!

    Regarding your second problem. The difference in height is due to the product images being different in height, and more or less text for the descriptions. To fix this we could set a fixed height for the blocks, but there’s always a risk that some information within the block will not display if you choose that option.

    Best regards,
    Rikard

    in reply to: How to disable JPG compression for gallery element? #389135

    Hey colorit2!

    It’s most likely the border/padding around the image which scales it down a bit, would you like to remove it? If so, please reply to this thread and we’ll provide you with the necessary code.

    Regards,
    Rikard

Viewing 5 posts - 91,351 through 91,355 (of 91,355 total)