Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #528691

    Hello,

    I have a question.
    On my Website I want to integrate a Blog for my stuff like this: http://kriesi.at/themedemo/?theme=enfold-overview
    I create some Articles and put them into a “Categorie”.

    My Blog look like this: http://prntscr.com/8y71ip
    What did I wrong?
    I want that the pictures are on the left side and I also want some text under the headlines.

    – Uzi21

    #529001

    Hi Uzi21,

    If you click “Remove Frame” while on the demo page you can link directly to a page, the link in your initial post just goes to the overview. Please provide us with a link to the site in question so that we can take a closer look.

    Thanks,
    Rikard

    #529580

    Hey,

    sorry for my double post.
    Here is the link: http://kriesi.at/themes/enfold/blog/blog-single-small/

    Jan

    • This reply was modified 9 years, 3 months ago by Uzi21.
    #530101

    Hi!

    Do you mind creating a temporary admin login and posting it here privately? :)

    Cheers!
    Yigit

    #530112

    Hey, sure.

    – Jan

    #530122

    Hi!

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

    #top .fullsize .template-blog .blog-meta {
        float: left;
        margin-right: 50px;
    }

    Regards,
    Yigit

    #530135

    Hi,

    Hm, nothing happend.

    – Jan

    #530158

    Hi!

    Please flush browser cache and refresh your page a few times. I can see the changes now :)

    widget_nav_menu
    Please change the code i posted in other thread to following one

    .widget_nav_menu {
        background: orange;
        padding: 5px;
    }
    .widget_nav_menu * { 
    color: white !important;
    }

    Cheers!
    Yigit

    #530204

    Hi,

    thank you very much :)

    – Jan

    #530205

    But, look at my Footer :D… haha

    #530210

    Hey!

    Whoops! Sorry about that :D
    Let us stick to individual targetting, please use following code instead

    #nav_menu-8, #nav_menu-9 {
        background: orange;
        padding: 5px;
    }
    #nav_menu-8 *, #nav_menu-9 * { 
    color: white !important;
    }

    Cheers!
    Yigit

    #530215

    Hi,

    much better, but I need also for the last menu the number of the nav menu.

    Jan

    #530222

    Hey!

    Please change the code to following one

    #nav_menu-8, #nav_menu-9, #nav_menu-11 {
        background: orange;
        padding: 5px;
    }
    #nav_menu-11 *, #nav_menu-8 *, #nav_menu-9 * { 
    color: white !important;
    }

    :)

    Cheers!
    Yigit

    #530239

    Hey,

    perfect – thanks :)

    Jan

    #530243

    Hi!

    You are welcome Jan, glad we could help! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Blog Single Author Small – Problem’ is closed to new replies.