Forum Replies Created

Viewing 7 posts - 90,661 through 90,667 (of 90,667 total)
  • Author
    Posts
  • Hey paranoia32!

    I had a look at your site and I saw that you had some custom CSS, I think it would be easier if you could let us have a look at your installation. Could you post WordPress login details as a private reply please?

    Cheers!
    Rikard

    • This reply was modified 9 years, 9 months ago by Yigit. Reason: made post public

    Hello Jane,

    First of all, we’re very sorry that we couldn’t help you in a more efficient manner. I’ve had a look at the site in question and I think I’ve found the problem.

    Please add the following code to Quick CSS:

    #top .fullsize .template-blog .blog-meta {
    width: 280px !important;
    height: 280px !important;
    }
    .small-preview{
    width: 280px !important;
    height: 280px !important;
    margin:0 !important;
    }

    Hope this solves your problem, please get back to us if you should have any further problems.

    Best regards,
    Rikard

    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 7 posts - 90,661 through 90,667 (of 90,667 total)