Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi hitesh,

    You must go to the Theme Editor, go to index.php, and look what id (id=”blablabla”) or class (clas=”xxxx”) determinates each column look.

    You just check it, and then, still in the Theme Editor, go inside style.css. There you look for the id or class (id are applied to elements in the .html which only appears once, and classes to elements which repeats, so probably is an id, and in the .css files will start with this sign #).

    Imagine the id is called #firstcolumn. You can find something like:

    #firstcolumn {
    float: right
    }

    Or other ways of positioning. There you change to the right position. For some reason the page you linked is hyper-slow to download it. Then I could check the files. Sorry about my english.

    I hope this help, I’m not an expert ??

    Thread Starter hitesh93

    (@hitesh93)

    Hi Dunkkan. Thanks for the help, but that is exactly what I did, but all I managed to do is mess up my page structure with it. The download worked super-fast for me. I hope someone can download the theme and look through it. Here’s the link again:

    https://www.elegantwpthemes.com/autoblog-unique-3-column-free-wordpress-theme.html

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moving 1 of the 2 columns from right to left’ is closed to new replies.