Forum Replies Created

Viewing 3 posts - 90,691 through 90,693 (of 90,693 total)
  • Author
    Posts
  • 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 3 posts - 90,691 through 90,693 (of 90,693 total)