problem on home page setting -theme options

Discussion in 'ColorWay WordPress Theme' started by toshanic, Aug 26, 2015.

  1. toshanic

    toshanic New Member

    Joined:
    Apr 22, 2015
    Messages:
    2
    Likes Received:
    0
    hello, i re-installed v3.6.0 and got shocked by the changes of 'home page setting'.
    I don't want 'Home Page Widget Section Heading' on left side and 'Home Page Blog Heading' on right.
    How can I change blog article showing on my left side and widgets on right side.
    I want keep my blog on left side.
    Can you help me on how to set up as before?
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can resolve your issue related to the placing problem, you just all have to paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .grid_12.testimonial_div.alpha.animated.fade_left.animation_started {
        float: right;
        margin-right: -16px;
    }
     
    .flexslider_blog .flex-direction-nav .prev {
        right: 90px;
    }
     
    .flexslider_blog .flex-direction-nav .next {
        right: 58px;
    }
    Hope it will resolve your issue :)

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  3. toshanic

    toshanic New Member

    Joined:
    Apr 22, 2015
    Messages:
    2
    Likes Received:
    0
    Hello
    Thank you for helping me.
    I pasted this code in Custom CSS section and the blog part now shows on left side.

    But I need one more solution.

    I want this section showing as before. Blog part is long width and right side widgets as the same way when you see the whole blog.
    Before re-installing v3.6.0, it was showing like this.

    Can you help me on this as well?

    Thank you.

    NOW
    スクリーンショット 2015-08-27 15.46.14.png

    MY WISH
    スクリーンショット 2015-08-27 15.46.00.png
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    It requires some customization in the source code of the theme.
    So, send us your website WordPress login details at [email protected] along with the thread link.

    We will customize it for you :)

    Regards!
    Praveen
    InkThemes.com
     

Share This Page