• Hi

    Thank you for such a wonderful theme. Kindly help me solve two problems

    1. I want the inner pages in black backgroud. I used the page builder added bg volor black in rows but the page bg appears white only the inner section appears black. The main page is customized to black bg please resolve this issue

    2. I want 4 employees to come in a row but they come as 3 in a row and one comes seperately which makes the view unappealing. Kindly let me know how to make 4 of 4 employees of mine to appear in one line/row.

    Kindly let me know if I can send you screenshots???

Viewing 15 replies - 1 through 15 (of 19 total)
  • Hello,

    1. There is no issue to resolve ?? You are probably using the full width template for those pages, you should use the front page template if you want it full screen.

    2. You can start by adding this in a custom CSS plugin:

    .employee {
       width: 24%;
    }
    .employee:nth-of-type(3n+1) {
       clear: none;
    }

    Thread Starter J M

    (@manaal)

    Hi Vladff

    Thank you so much for your quick response and help. My issue number 1 is reolved but the second one is still there. Please help me with that. the Custom CSS did not make the fpur employees appear in one row together. 3 are coming in a row and fourth one shifts to next row. Please help

    Awaiting reply

    Much appreciated

    Thread Starter J M

    (@manaal)

    Please help me with bringing all the emloyees in one row. O have 4 employees. Three come in one row and one in a seperate row which is disturbing the website’s final look

    pleaseeeeeee

    Can you post a link to your website? That code should have worked.

    Thread Starter J M

    (@manaal)

    It’s on maintainance mode.. Can I share with you the code and the screen shots or the wp admin panel???? Need help over that..Any email address??

    vlad[at]athemes.com. Screenshots won’t help much, I need to see the actual website.

    Thread Starter J M

    (@manaal)

    https://www.concepts.com.pk

    please check and let me know

    Thread Starter J M

    (@manaal)

    Can I somehow have the same view of the website I get in laptop in mobile screens as well?

    The headings are like
    Concep
    ts
    care

    in mobile iphone view.

    Change width: 24%; to width: 24% !important;. The plugin is loading the styles after the theme.

    Thread Starter J M

    (@manaal)

    Hi
    Thankyiu for your help. Please let me know where to put the code ?? Changing 24% to24% will change anything??
    Also is it possible to make the mobile view of the website same as that of desktop

    This line:
    width: 24%;
    needs to be this:
    width: 24% !important;

    You simply replace it in the code I gave you last time.
    And this will take care of the titles.

    @media (max-width: 499px) {
        section .widget-title, .panel.widget .widget-title {
              font-size: 36px !important;
        }
    }

    Thread Starter J M

    (@manaal)

    I tried it Vladff but no change,…

    is it possible to make the mobile view of the website same as that of desktop

    THANK YOU SO MUCH FOR YOUR HELP. MEANS ALOT TO ME

    I don’t understand how you were able to add the code the first time (because it is added, I see it on your website) but you can’t manage to modify it a bit now.
    The titles are already shrinking on smaller screens, other than that you can’t have the mobile view same as desktop.
    Feel free to send an admin account for me at vlad[at]athemes.com if you can’t figure out the employees part and I’ll do it for you.

    I also have a problem with the employees section — except mine is all scrunched up into a tiny column. It was fine until I updated to the latest version of Meosia. Could you please give me any hints?

    View it here

    I really don’t think it was ever fine over there. You’re using it in the footer while it’s purpose is to be used as a front page section like you can see in the demo. There is simply not enough room for it to display properly in a footer column.

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Inner pages Employees section’ is closed to new replies.