• Resolved jmuniz

    (@jmuniz)


    Hello,
    Would it be possible to change the layout of articles on the homepage? I would like an article per line not two. I am a beginner in WordPress.

    cordially

Viewing 15 replies - 1 through 15 (of 22 total)
  • Hey Muniz,

    Depending on how many posts you have set to show on your home page, the CSS will look something like this:

    .home_blog .clearclass0, .home_blog .clearclass1 {
        width: 100%;
    }

    Try placing that into Theme Options> Advanced Settings and let me know if it works for you!

    -Kevin

    Thread Starter jmuniz

    (@jmuniz)

    Hey Kevin
    Thank you very much for answering me. That works very well. I hope it will work after updating the theme.

    Regards,
    Jmuniz

    Thread Starter jmuniz

    (@jmuniz)

    Hello,
    I’m developing a website with the Virtue theme. I changed the background color of the main menu. I added drop-down menu from the main menu, but the background color is white. I want a single background color for the main menu and drop down menu.
    Thank you in advance for your assistance.
    Jmuniz

    Using this CSS, you should be able to set the dropdown background color to match that of your primary menu:

    ul.sf-dropdown-menu {
        background: red;
    }

    Just change the red to whatever works for your site. Place CSS into Theme Options> Advanced Settings.

    let me know if this works for you! Also, in the future please start a new topic with new support questions.

    Thanks!,
    Kevin

    Thread Starter jmuniz

    (@jmuniz)

    Hi Kevin

    Thanks a lot. It works !

    It’s a little bit difficult for me to find the corresponding classes.
    In the future I will start a new topic.

    Regards,

    Jmuniz

    Here’s a little tutorial that we have come up with that you may find helpful:
    https://www.kadencethemes.com/chrome-inspect-tool/

    -Kevin

    Thread Starter jmuniz

    (@jmuniz)

    Hi Kevin,

    Thanks a lot.
    I know mozilla-inspect-tool.

    Have a nice week-end

    Jmuniz

    Thanks! You too! If you are in need of assistance in the future, never hesitate to post up on this forum. I’m always happy to help.

    -Kevin

    Thread Starter jmuniz

    (@jmuniz)

    Hello,
    I have a single article on the home page and a picture on the left side, I can not center the image and the summary of the article vertically in the <div> tag that contains both, because the right column is higher than the left one.
    Thank you for your help

    Can you share a link to this so that I can attempt a CSS solution?

    -Kevin

    Thread Starter jmuniz

    (@jmuniz)

    Hello,
    Thanks for your quick answer.
    I can’t send the link, it is not on line yet. It’s still local. But I can send you a screen shot. Sorry for that…

    https://dl.dropboxusercontent.com/u/39775858/screen_shot.jpg

    Thanks again for your precious help.
    Happy new year and my best wishes

    Jmuniz

    Thread Starter jmuniz

    (@jmuniz)

    Hi,

    I created two types of portfolio X and Y. I also created two pages for each type. The moment I choose the page that contains the portfolio of type X and I click on a picture I go to the portfolio type X. But on the navigation arrow I see both types X and Y. will it be It possible to navigate seleument on the type X because I choose the page that contains this type?

    Thank you for your help,
    cordially

    Jmuniz

    Hello,

    The portfolio navigation in the free theme is limited to scrolling through all of your portfolio projects. there however an option to only sort through categories in the premium theme.

    Sorry.

    -Kevin

    Thread Starter jmuniz

    (@jmuniz)

    Hello,

    Thank you very much for your reply.

    have nice week
    -Jmuniz

    Thread Starter jmuniz

    (@jmuniz)

    Hello,
    I have a very long page and want to paginate its contents. for example:
    If I have 20 pages, I would like to put: 2/20 if I am on the second page. I will not want to enter the theme code. There is a plugin that works well with Virtue?

    thank you in advance

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘Article theme Virtue’ is closed to new replies.