Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #590464

    Hello

    Having an issue getting the portfolio grid on the home page to be mobile responsive, insists on showing the 4 items side by side. Yet it is fine on other pages.

    Also note that the footer headers on the home page don’t seem to be inheriting the style I have set for them as per the other pages on the site. The font on the home page seems thicker.

    Please advise. Many thanks.

    #590480

    Hi sensiblekaren!

    can u please provide us backend access?
    Also check that the portfolio grid is inside a color section, so it can function properly and as should

    Cheers!
    Basilis

    #590696

    Hello

    Thank you. Please find access below.

    #590759

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .flex_column.av_one_fourth {
        width: 100%!important;
        margin-left: 0!important;
    }}

    Best regards,
    Yigit

    #590920

    Thank you that works fine. The footer widget area header text on home pg still appears thicker than on other pages, any idea on that one?

    Many thanks, Karen

    #590924

    Hey!

    Please add following code to Quick CSS as well

    #footer .widgettitle {
        font-weight: 100;
    }

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.