RTL Problem
Writer is a clean and professional theme for blog or personal website.
- GK User
- Fri Aug 26, 2016 3:26 pm
Dears
I tried to customize this theme to RTL, i changed the code in template.css to RTL, it worked but this messed up other site elements(menu, modules and upper right menu), i tried the instructions in your blog but it did not work, please help.
Thank you
I tried to customize this theme to RTL, i changed the code in template.css to RTL, it worked but this messed up other site elements(menu, modules and upper right menu), i tried the instructions in your blog but it did not work, please help.
Thank you
-
- Junior Boarder
- teitbite
- Sun Aug 28, 2016 12:34 pm
Hi
Please tell me the url to the site You are trying to modify for RTL.
Please tell me the url to the site You are trying to modify for RTL.
-
- Moderator
- GK User
- Sun Aug 28, 2016 4:50 pm
teitbite wrote:Hi
Please tell me the url to the site You are trying to modify for RTL.
its tadaawl[dot]com
Thank you
-
- Junior Boarder
- teitbite
- Wed Aug 31, 2016 12:56 pm
Hi
Restyling template to RTL is a custom job, but here are some tips how to do it. You cannot change a whole site with one go, instead You need to reverse it part by part. For example:
above code will get You started. Use Firebug to percise the css selectors.
Restyling template to RTL is a custom job, but here are some tips how to do it. You cannot change a whole site with one go, instead You need to reverse it part by part. For example:
- Code: Select all
.gk-aside-menu,
.latest-posts-right .gkArtContentWrap,
.gkNspPM-FrontpageImageOverlay > figcaption,
.single-page {
direction: rtl;
}
#gk-search .inputbox {
text-align: right;
}
above code will get You started. Use Firebug to percise the css selectors.
-
- Moderator
4 posts
• Page 1 of 1