rtl

Posted in: Newspaper
Post count: 10

I need to change the float from “left” to “right” in this code below but I couldn’t find it because the code in “index:7049” i search on the setting but no result can you help me

.tdi_116 .td_module_flex_1 {
width: 50%;
float: left;
padding-bottom: 0px;
margin-bottom: 0px;

Post count: 27744

Hello,

Please provide some screenshots of what you want to change.

Thank you!

Post count: 10

here is the screenshot, I want the 1st blog to be on the right side, as I mention before
https://paste.pics/04eeb329fd5b0008003f6c563866ed71

Post count: 27744

Hello,

You can’t change the modules of the block -> https://i.imgur.com/Mz0t6D6.jpg. Only the design in frontend.

Thank you!

Post count: 10

yeah i know thats why i ask you but i have found it in the code below

.tdi_116 .td_module_flex_1 {
width: 50%;
float: left;
padding-bottom: 0px;
margin-bottom: 0px;

and when i change the left to right it become like this
https://paste.pics/35d651dd23d4594448a851af773e17af

Post count: 27744

Hello,

You can use the Custom code css -> .td_module_flex_1 {
float: right!important;
}
https://i.imgur.com/EutHHcd.png

Set the code in Newspaper -> Theme panel -> Custom code.

Thank you!

Post count: 10

Thank you so much its solved

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.